diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-10-05 21:46:28 -0400 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-10-05 21:46:28 -0400 |
commit | 103d1a347a7515c67af7dbd3241a4970dd46faac (patch) | |
tree | f406476820abc269df2137afc690f55080e0656f /main/tests.py | |
parent | f583f6aa090199aa6577c1cdc00074f616515410 (diff) |
drop a bunch of unusued imports
Diffstat (limited to 'main/tests.py')
-rw-r--r-- | main/tests.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/main/tests.py b/main/tests.py index d0e87729..543a0c13 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): |