Changeset 2819
- Timestamp:
- 02/16/2009 09:49:57 AM (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gip/trunk/gip/lib/python/gip/providers/generic_storage.py
r2814 r2819 546 546 # handle_SE function or you will get duplicate and incorrect info 547 547 if section.lower().startswith("se_"): 548 handle_SE(cp, section) 548 advertise_se = cp_getBoolean(cp, section, "advertise_se", True) 549 if advertise_se: handle_SE(cp, section) 549 550 550 551 # Handle the "classic" SE.
