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