Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Commit

Permalink
Update module names in tests package
Browse files Browse the repository at this point in the history
Signed-off-by: Byron Ruth <b@devel.io>
  • Loading branch information
bruth committed Aug 26, 2014
1 parent b624dfa commit 8df4308
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/cases/core/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .utils import *
from .query import *
from .tree import *
from .routes import *
from .test_utils import * # noqa
from .test_query import * # noqa
from .test_tree import * # noqa
from .test_routes import * # noqa

0 comments on commit 8df4308

Please sign in to comment.