Adding descrition to copygdbsum

This commit is contained in:
Sergio Durigan Junior 2015-02-04 22:17:28 -05:00
parent 653d3761c1
commit e64e6fffd6

View file

@ -9,6 +9,8 @@ from shutil import copyfile
class CopyOldGDBSumFile (ShellCommand):
"""Copy the current gdb.sum file into the old_gdb.sum file."""
name = "copy gdb.sum file"
description = "copying previous gdb.sum file"
descriptionDone = "copied previous gdb.sum file"
command = [ 'true' ]
def __init__ (self, **kwargs):