author | Aurelien Campeas <aurelien.campeas@logilab.fr> |
Mon, 10 May 2010 15:20:54 +0200 | |
branch | stable |
changeset 5507 | 3604c1c78295 |
parent 5506 | 0ee2edec2d7a |
child 5508 | 6718ba5db0eb |
child 5509 | 205e708dd5db |
--- 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