diff options
Diffstat (limited to 'Tools/msi/schema.py')
-rw-r--r-- | Tools/msi/schema.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/msi/schema.py b/Tools/msi/schema.py index 16e4a6e..7a3e797 100644 --- a/Tools/msi/schema.py +++ b/Tools/msi/schema.py @@ -1005,4 +1005,3 @@ _Validation_records = [ (u'Verb',u'Verb',u'N',None, None, None, None, u'Text',None, u'The verb for the command.',), (u'Verb',u'Command',u'Y',None, None, None, None, u'Formatted',None, u'The command text.',), ] - |