Home | History | Annotate | Download | only in python2.7

Lines Matching refs:altsep

1046         if os.path.altsep:
1047 arcname = arcname.replace(os.path.altsep, os.path.sep)
1122 while arcname[0] in (os.sep, os.altsep):