• Facebook
  • Twitter
  • Reddit
  • StumbleUpon
  • Digg
  • email

All Samples(56604)  |  Call(55959)  |  Derive(0)  |  Import(645)
No Document.

src/r/f/rfta-HEAD/rfta/trunk/devtools/syncwithcpput.py   rfta(Download)
 
if not os.path.exists( os.path.join( top_dir, 'devtools', 'syncwithcpput.py' ) ):
    print 'You must executed this script from the rfta/devtools directory.'
    sys.Exit(1)
else:
    for source_dir, target_dir in source_dirs.items():
        source_dir = os.path.join( source_top_dir, source_dir )