- Timestamp:
- 17/09/08 12:15:32 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
exist/trunk/python/ndgUtils/ndgObject.py
r4196 r4200 8 8 9 9 # The various different document types: 10 MOLES_DOC_TYPE = 'NDG-B 0'10 MOLES_DOC_TYPE = 'NDG-B1' 11 11 DIF_DOC_TYPE = 'DIF' 12 12 DC_DOC_TYPE = 'DC' … … 147 147 self.setDefaultProperties() 148 148 149 logging.debug("Set up URL: '%s' \ndiscoveryURL: '%s'" %(self.URL, self.discoveryURL))149 logging.debug("Set up URL: '%s', discoveryURL: '%s'" %(self.URL, self.discoveryURL)) 150 150 151 151 #now, we'll build a stub-B url as well, in case that comes in handy
Note: See TracChangeset
for help on using the changeset viewer.