Merge branch 'development'
[django-tables2.git] / tests / rows.py
index 9bc274a1e88edab45f96e55af6544baf60a31eac..a8ae3d058cbf91613b12996588bd4652bdcb1114 100644 (file)
@@ -1,7 +1,7 @@
 """Test the core table functionality."""
 from attest import Tests, Assert
-import django_tables as tables
-from django_tables import utils
+import django_tables2 as tables
+from django_tables2 import utils
 
 
 rows = Tests()