summaryrefslogtreecommitdiffstats
path: root/main/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'main/tests.py')
-rw-r--r--main/tests.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/main/tests.py b/main/tests.py
index d0e8772..543a0c1 100644
--- a/main/tests.py
+++ b/main/tests.py
@@ -1,8 +1,6 @@
## test cases
from django.test import TestCase
-from main.models import Mirror, Press, AltForum, Donor, News
-from main.models import Arch, Repo, Package, PackageFile, PackageDepend
-from main.models import Todolist, TodolistPkg, Wikipage
+from main.models import Package, PackageDepend
from django.contrib.auth.models import User
class ModelTest(TestCase):