Changeset 416 in tailor


Ignore:
Timestamp:
07/10/05 19:34:23 (8 years ago)
Author:
lele@…
Hash name:
20050710173423-97f81-85310edd2dbc92d9f9c59bc83426c9d9a85528f2
Message:

Replaced another os.sep usage with '/' on SVN paths

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/tailor.py

    r413 r416  
    307307            repository = repository[:-1] 
    308308 
    309         if module and module.endswith(sep): 
     309        if module and module.endswith('/'): 
    310310            module = module[:-1] 
    311311             
Note: See TracChangeset for help on using the changeset viewer.