Searched refs:astring (Results 1 – 1 of 1) sorted by relevance
66 def norm_path(astring): argument67 newstring = os.path.normpath(astring).replace(os.sep, '/')