Changeset ee7408 in indico for indico/MaKaC/common/db.py
- Timestamp:
- 08/19/09 15:54:33 (4 years ago)
- Branches:
- master, burotel, exp-instant-messaging, hello-world-walkthrough, ipv6, new-improved-taskdaemon, new-webex, prov-dual-interface, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 4c7d4152dff271ba5df5a8606605969cab454080
- Children:
- fd0c10, 2126fc, 7b1227
- Parents:
- 239ca1
- git-author:
- Juan Alonso <juan.alonso.hernandez@…> (08/19/09 15:54:32)
- git-committer:
- Juan Alonso <juan.alonso.hernandez@…> (08/19/09 15:54:33)
- File:
-
- 1 edited
-
indico/MaKaC/common/db.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/common/db.py
r0f1000 ree7408 33 33 import ZODB 34 34 35 try: 36 import setup 37 skip_imports = setup.INDICO_INSTALL 38 except Exception: 39 skip_imports = False 35 from MaKaC.consoleScripts.installBase import getIndicoInstallMode 36 skip_imports = getIndicoInstallMode() 40 37 41 38 if not skip_imports:
Note: See TracChangeset
for help on using the changeset viewer.
