diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-08-22 19:42:56 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-08-22 19:42:56 (GMT) |
commit | 94607dd5ce69f1226b359b0b92ba93e0899c4d62 (patch) | |
tree | c3fb6aaf4539abf0bbd13650228c27f27ba2f254 /Tools/msi/schema.py | |
parent | 75dc5e14eaea0fad7445920511f371751fe1bfd1 (diff) | |
download | cpython-94607dd5ce69f1226b359b0b92ba93e0899c4d62.zip cpython-94607dd5ce69f1226b359b0b92ba93e0899c4d62.tar.gz cpython-94607dd5ce69f1226b359b0b92ba93e0899c4d62.tar.bz2 |
Whitespace normalization.
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.',), ] - |