Searched refs:astring (Results 1 – 1 of 1) sorted by relevance
65 def norm_path(astring): argument66 newstring = os.path.normpath(astring).replace(os.sep, '/')
Completed in 818 milliseconds