Author: leidel
Date: Wed Jan 21 02:45:39 2009
New Revision: 93
Modified:
trunk/dbtemplates/loader.py
Log:
Removed superfluous imports
Modified: trunk/dbtemplates/loader.py
==============================================================================
--- trunk/dbtemplates/loader.py (original)
+++ trunk/dbtemplates/loader.py Wed Jan 21 02:45:39 2009
@@ -1,8 +1,6 @@
-import os
from django.conf import settings
from django.contrib.sites.models import Site
from django.template import TemplateDoesNotExist
-from django.core.exceptions import ImproperlyConfigured
from dbtemplates.models import Template, backend
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---