dbrtools/dbr/checkenv.py
branchDBRToolsDev
changeset 283 398d483e91bb
parent 242 9fd4819bf104
equal deleted inserted replaced
245:fd0a8d235c70 283:398d483e91bb
    36 def help():
    36 def help():
    37   print "Checks the status of the current environment"
    37   print "Checks the status of the current environment"
    38   print "Usage:"
    38   print "Usage:"
    39   print "\tdbr checkenv"
    39   print "\tdbr checkenv"
    40     
    40     
    41   
    41 def summary():
       
    42   return "Checks the status of the current environment"
    42 
    43