Fix broken imports in routes/__init__.pyi

This is needed by #786.
This commit is contained in:
Lukasz Langa
2016-12-21 17:26:40 -08:00
parent 231ed7bb89
commit 38dd402b99

View File

@@ -2,8 +2,8 @@
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
import routes.mapper
import routes.util
from . import mapper
from . import util
class _RequestConfig:
def __getattr__(self, name): ...