Changeset 391 for python/trunk/Tools/webchecker/websucker.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Tools/webchecker/websucker.py
r2 r391 3 3 """A variant on webchecker that creates a mirror copy of a remote site.""" 4 4 5 __version__ = "$Revision : 28654$"5 __version__ = "$Revision$" 6 6 7 7 import os … … 98 98 if os.sep != "/": 99 99 path = os.sep.join(path.split("/")) 100 if os.name == "mac":101 path = os.sep + path102 100 path = os.path.join(host, path) 103 101 return path
Note:
See TracChangeset
for help on using the changeset viewer.