dbapi.py
branchstable
changeset 5507 3604c1c78295
parent 5500 55a40cc0ab9a
child 5508 6718ba5db0eb
child 5763 1bdddb7460a9
--- a/dbapi.py	Mon May 10 15:16:37 2010 +0200
+++ b/dbapi.py	Mon May 10 15:20:54 2010 +0200
@@ -28,6 +28,7 @@
 from time import time, clock
 from itertools import count
 from warnings import warn
+from os.path import join
 
 from logilab.common.logging_ext import set_log_methods
 from logilab.common.decorators import monkeypatch