fix utils

This commit is contained in:
ilvalle
2016-06-13 20:20:49 +02:00
parent 7259516627
commit ab2cdd595b
3 changed files with 15 additions and 11 deletions
+2 -2
View File
@@ -15,13 +15,13 @@ from .test_routes import *
from .test_router import *
from .test_validators import *
from .test_tools import *
from .test_utils import *
if sys.version[:3] == '2.7':
from .test_compileapp import *
from .test_is_url import *
from .test_languages import *
from .test_serializers import *
from .test_utils import *
from .test_appadmin import *
from .test_scheduler import *
from .test_web import *