dbrtools/dbr/cleanenv.py
branchDBRToolsDev
changeset 283 398d483e91bb
parent 213 6272bdcb6221
equal deleted inserted replaced
245:fd0a8d235c70 283:398d483e91bb
    58 
    58 
    59 def help():
    59 def help():
    60   print "Cleans the current environment"
    60   print "Cleans the current environment"
    61   print "Usage\n\tdbr cleanenv (<baseline_zip_path>)"
    61   print "Usage\n\tdbr cleanenv (<baseline_zip_path>)"
    62   print "\nDefault behaviour presumes baselie zips exist at the root"
    62   print "\nDefault behaviour presumes baselie zips exist at the root"
    63   
    63 
       
    64 def summary():
       
    65   return "Cleans the current environment"