Changeset 721 for pykota/trunk
- Timestamp:
- 02/06/03 15:52:35 (22 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/storages/sql.py
r720 r721 15 15 # 16 16 # $Log$ 17 # Revision 1.9 2003/02/06 14:52:35 jalet 18 # Forgotten import 19 # 17 20 # Revision 1.8 2003/02/06 14:49:04 jalet 18 21 # edpykota should be ok now … … 44 47 # 45 48 # 49 50 import fnmatch 46 51 47 52 class SQLStorage :