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