aboutsummaryrefslogtreecommitdiff
path: root/tests/controllers/article.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/controllers/article.py')
-rw-r--r--tests/controllers/article.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/controllers/article.py b/tests/controllers/article.py
index 5a54e0b7..a62d1a83 100644
--- a/tests/controllers/article.py
+++ b/tests/controllers/article.py
@@ -1,6 +1,6 @@
from tests.base import BasePyaggTest
-from pyaggr3g470r.controllers import ArticleController
-from pyaggr3g470r.controllers import FeedController
+from web.controllers import ArticleController
+from web.controllers import FeedController
class ArticleControllerTest(BasePyaggTest):
bgstack15