Changeset 1150 in tailor
- Timestamp:
- 05/28/06 09:25:26 (7 years ago)
- Hash name:
- 20060528072526-97f81-7566b799fc19c33c40417f8941cc50a93a6944ae
- File:
-
- 1 edited
-
vcpx/repository.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/repository.py
r1149 r1150 250 250 "a module also") 251 251 252 if self.module.endswith('/'): 253 self.log.debug("Removing final slash from %r in %r", 254 self.module, self.name) 255 self.module = self.module.rstrip('/') 256 252 257 253 258 class CvspsRepository(CvsRepository):
Note: See TracChangeset
for help on using the changeset viewer.
