Codebase list django-stronghold / c51e7f9
Change relative import path to absolute Michael Avila 11 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 import functools
11
2 from .. import decorators
2 from stronghold import decorators
33
44 from django.utils import unittest
55
00 import mock
11
2 from .. import utils
2 from stronghold import utils
33
44 from django.utils import unittest
55