Moved the global options to a separate module as well.
[django-tables2.git] / django_tables / __init__.py
index 6a3916a7f0925de1827022bdc032dfb5df58b2a4..f32db8407cde2538405971cdf4ac1834a665c7b3 100644 (file)
@@ -1,4 +1,4 @@
 from memory import *\r
 from models import *\r
 from columns import *\r
-from base import *
\ No newline at end of file
+from options import *
\ No newline at end of file