[Python-checkins] python/nondist/sandbox/msi msi.py,1.10,1.11

theller at users.sourceforge.net theller at users.sourceforge.net
Mon Jul 12 21:15:36 CEST 2004


Update of /cvsroot/python/python/nondist/sandbox/msi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24098

Modified Files:
	msi.py 
Log Message:
Remove unused local variables.


Index: msi.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/msi/msi.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** msi.py	8 Jul 2004 09:36:32 -0000	1.10
--- msi.py	12 Jul 2004 19:15:33 -0000	1.11
***************
*** 97,101 ****
  def remove_old_versions(db):
      start = "%s.%s.0" % (major, minor)
-     remove_package = 0
      migrate_features = 1
      if alpha:
--- 97,100 ----
***************
*** 560,564 ****
  
  def extract_msvcr71():
!     import _winreg, win32api
      # Find the location of the merge modules
      k = _winreg.OpenKey(
--- 559,563 ----
  
  def extract_msvcr71():
!     import _winreg
      # Find the location of the merge modules
      k = _winreg.OpenKey(



More information about the Python-checkins mailing list