Skip to content

Commit

Permalink
Fix implicit relative import issue with python3
Browse files Browse the repository at this point in the history
  • Loading branch information
hspandher committed Jul 28, 2015
1 parent 2b9f9b5 commit e716ade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test_addons/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from test_cases import MongoTestCase, MongoLiveServerTestCase, SimpleTestCase, RedisTestCase, Neo4jTestCase, RedisMongoNeo4jTestCase, MongoRedisTestCase, APIRedisTestCase, APIMongoTestCase, APINeo4jTestCase, APIMongoRedisTestCase, APIRedisMongoNeo4jTestCase
from utils import EnhancedHttpRequest, TestViewMixin, ClearFileStorageMixin, ModifySessionMixin
from .test_cases import (MongoTestCase, MongoLiveServerTestCase, SimpleTestCase, RedisTestCase, Neo4jTestCase, RedisMongoNeo4jTestCase, MongoRedisTestCase, APIRedisTestCase, APIMongoTestCase, APINeo4jTestCase, APIMongoRedisTestCase, APIRedisMongoNeo4jTestCase)
from .utils import EnhancedHttpRequest, TestViewMixin, ClearFileStorageMixin, ModifySessionMixin
1 change: 0 additions & 1 deletion test_addons/mixins.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# inbuild python imports

# inbuilt django imports
from django_redis import get_redis_connection
from django.test import SimpleTestCase

# third party imports
Expand Down

0 comments on commit e716ade

Please sign in to comment.