From 2e572aee9a80160c35184fdf1dfe72bb3f61ad44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BC=20=D0=A9?= Date: Sat, 28 Oct 2017 19:29:55 +0300 Subject: [PATCH] Update custom_import.py --- gluon/custom_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluon/custom_import.py b/gluon/custom_import.py index d9eab5b2..e12dea42 100644 --- a/gluon/custom_import.py +++ b/gluon/custom_import.py @@ -8,7 +8,7 @@ Support for smart import syntax for web2py applications ------------------------------------------------------- """ -from gluon._compat import builtin, unicodeT, PY2, to_native +from gluon._compat import builtin, unicodeT, PY2, to_native, reload import os import sys import threading