- Timestamp:
- 04/20/09 13:02:19 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
collective.imstransport.orig/trunk/collective/imstransport/Manifest.py
r18 r115 53 53 ('xmlns:xsi', 'http://www.w3.org/2001/XMLSchema-instance'),] 54 54 schema_locations = ['http://www.imsglobal.org/xsd/imscp_v1p1 imscp_v1p2.xsd',] 55 schema_files = [( 'collective/imstransport/IMS', 'imscp_v1p2.xsd')]55 schema_files = [(os.sep.join(['collective.imstransport','collective','imstransport','IMS']), 'imscp_v1p2.xsd')] 56 56 57 57 … … 64 64 for path in os.environ['PYTHONPATH'].split(':'): 65 65 if 'collective.imstransport' in path: 66 self.ims_path = path66 self.ims_path = os.sep.join(path.split(os.sep)[:-1]) 67 67 break 68 68 else:
