ra4_macros  bede988c286599a3a84b77a4d788ac0a971e89f9
Namespaces | Variables
sync_with_susy_cfa.py File Reference

Go to the source code of this file.

Namespaces

 sync_with_susy_cfa
 

Variables

tuple sync_with_susy_cfa.orig_dir = getcwd()
 
tuple sync_with_susy_cfa.temp_dir = mkdtemp()
 
string sync_with_susy_cfa.susy_cfa = temp_dir+'/susy_cfa'
 
string sync_with_susy_cfa.cfg_path = susy_cfa+'/txt/small_tree_cfg'
 
list sync_with_susy_cfa.cfg_files = [ file for file in listdir(cfg_path) if path.isfile(cfg_path+'/'+file) ]
 
string sync_with_susy_cfa.src = susy_cfa+'/txt/small_tree_cfg/'
 
string sync_with_susy_cfa.dst = orig_dir+'/txt/small_tree_cfg'