diff -r 0ee2edec2d7a -r 3604c1c78295 dbapi.py --- 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