def normpath(path):
   return normpath_old(path).replace('\\', '/')
 def normpath(path):
   return normpath_old(path).replace('\\', '/')