Changeset ee7408 in indico for indico/MaKaC/common/db.py


Ignore:
Timestamp:
08/19/09 15:54:33 (4 years ago)
Author:
Juan Alonso <juan.alonso.hernandez@…>
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)
Message:

More fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/common/db.py

    r0f1000 ree7408  
    3333import ZODB 
    3434 
    35 try: 
    36     import setup 
    37     skip_imports = setup.INDICO_INSTALL 
    38 except Exception: 
    39     skip_imports = False 
     35from MaKaC.consoleScripts.installBase import getIndicoInstallMode 
     36skip_imports = getIndicoInstallMode() 
    4037 
    4138if not skip_imports: 
Note: See TracChangeset for help on using the changeset viewer.