[Python-checkins] python/dist/src/Tools/msi msi.py,1.10,1.11

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sun Sep 12 05:49:34 CEST 2004


Update of /cvsroot/python/python/dist/src/Tools/msi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2522/Tools/msi

Modified Files:
	msi.py 
Log Message:
Whitespace normalization.


Index: msi.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/msi/msi.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- msi.py	10 Sep 2004 11:56:56 -0000	1.10
+++ msi.py	12 Sep 2004 03:49:31 -0000	1.11
@@ -320,7 +320,7 @@
       end if
       if (ext_new=2 or tcl_new=2) and regtcl_old<>2 then
          Session.ComponentRequestState("REGISTRY.tcl")=2
-      end if      
+      end if
     End Function
     """)
     # To add debug messages into scripts, the following fragment can be used
@@ -329,7 +329,7 @@
     #     Session.message &H04000000, objRec
     add_data(db, "Binary", [("Script", msilib.Binary("inst.vbs"))])
     # See "Custom Action Type 6"
-    add_data(db, "CustomAction", 
+    add_data(db, "CustomAction",
         [("CheckDir", 6, "Script", "CheckDir"),
         ("UpdateEditIDLE", 6, "Script", "UpdateEditIDLE")])
     os.unlink("inst.vbs")



More information about the Python-checkins mailing list