Esempio n. 1
0
 def _norm_path(self, filepath):
     home = conf.get_home_dir()
     # Expand HOME variable if present in path
     path = os.path.normpath(filepath.replace("$HOME", home))
     return path
Esempio n. 2
0
 def _norm_path(self, filepath):
     home = conf.get_home_dir()
     # Expand HOME variable if present in path
     path = os.path.normpath(filepath.replace("$HOME", home))
     return path