changeset 6:1b25a85a2165

fixed bug and improved sqlName
author root@xserve09.mpiwg-berlin.mpg.de
date Tue, 15 Feb 2011 20:41:28 +0100
parents ca30cf0e810d
children 917e28a08c58
files DBInterface.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DBInterface.py	Tue Feb 15 20:39:48 2011 +0100
+++ b/DBInterface.py	Tue Feb 15 20:41:28 2011 +0100
@@ -5,6 +5,7 @@
 '''
 
 import logging
+import re
 import psycopg2
 # make psycopg use unicode objects
 import psycopg2.extensions