Author: Honza_Kral
Date: 2011-08-29 10:28:15 -0700 (Mon, 29 Aug 2011)
New Revision: 16709

Modified:
   django/trunk/django/db/backends/postgresql_psycopg2/base.py
Log:
Forgotten import in [16708]

Modified: django/trunk/django/db/backends/postgresql_psycopg2/base.py
===================================================================
--- django/trunk/django/db/backends/postgresql_psycopg2/base.py 2011-08-29 
15:55:06 UTC (rev 16708)
+++ django/trunk/django/db/backends/postgresql_psycopg2/base.py 2011-08-29 
17:28:15 UTC (rev 16709)
@@ -19,6 +19,7 @@
 try:
     import psycopg2 as Database
     import psycopg2.extensions
+    import psycopg2.Error
 except ImportError, e:
     from django.core.exceptions import ImproperlyConfigured
     raise ImproperlyConfigured("Error loading psycopg2 module: %s" % e)

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to