]> granicus.if.org Git - python/commitdiff
Whitespace normalization.
authorTim Peters <tim.peters@gmail.com>
Sun, 22 Aug 2004 19:42:56 +0000 (19:42 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 22 Aug 2004 19:42:56 +0000 (19:42 +0000)
Tools/msi/msilib.py
Tools/msi/schema.py

index a6780e282caa859de73cc0eb2ddbc5b2e183acfd..4595246880c1963b5e169ca4bcdd0e49a771f55f 100644 (file)
@@ -188,7 +188,7 @@ def gen_schema(destpath, schemapath):
         f.write("),\n")
     f.write("]\n\n")
 
-    f.close()    
+    f.close()
 
 def gen_sequence(destpath, msipath):
     dir = os.path.dirname(destpath)
@@ -525,7 +525,7 @@ class Directory:
         # constants.msidbFileAttributesVital
         # Compressed omitted, since it is the database default
         # could add r/o, system, hidden
-        attributes = 512 
+        attributes = 512
         add_data(self.db, "File",
                         [(logical, self.component, full, filesize, version,
                          language, attributes, sequence)])
@@ -624,7 +624,7 @@ class Dialog:
 
     def bitmap(self, name, x, y, w, h, text):
         return self.control(name, "Bitmap", x, y, w, h, 1, None, text, None, None)
-        
+
     def line(self, name, x, y, w, h):
         return self.control(name, "Line", x, y, w, h, 1, None, None, None, None)
 
@@ -638,4 +638,4 @@ class Dialog:
         return RadioButtonGroup(self, name, prop)
 
     def checkbox(self, name, x, y, w, h, attr, prop, text, next):
-        return self.control(name, "CheckBox", x, y, w, h, attr, prop, text, next, None)
\ No newline at end of file
+        return self.control(name, "CheckBox", x, y, w, h, attr, prop, text, next, None)
index 16e4a6e7ea164bdfc3534481dc5282c741640ac8..7a3e7975bf368f298d34dcb4129ea0328a7a984e 100644 (file)
@@ -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.',),
 ]
-