More housekeeping: remove nose and unused cruft.
[redakcja.git] / src / dvcs / tests / tests.py
index 5c7a475..d4e9b0b 100644 (file)
@@ -1,8 +1,6 @@
-from nose.tools import *
 from django.test import TestCase
 from .models import ADocument
 
-
 class DocumentModelTests(TestCase):
 
     def assertTextEqual(self, given, expected):