- Timestamp:
- 16/01/07 13:47:42 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/branches/PostAlpha/trunk/python/bin/GatekeeperServer.py
r1236 r2007 44 44 """Return the WSDL file.""" 45 45 46 wsdlfile = "/var/www/html/gatekeeper.wsdl"46 wsdlfile = os.path.expandvars("$NDG_SECURITY_WSDL_DIR/gatekeeper.wsdl") 47 47 48 48 print "> > > > > using wsdlfile", wsdlfile
Note: See TracChangeset
for help on using the changeset viewer.