diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-12-21 01:22:46 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-12-21 01:22:46 (GMT) |
commit | 2b66da7d15e47f9ca0d08d4f18fc63c3ee6a0d51 (patch) | |
tree | 5f601e8659a1511fc64880c935d1033318b9cccf /Lib/distutils/command/bdist_msi.py | |
parent | 2421d56e0205b58b925d1b6534f8ee3505ed549b (diff) | |
download | cpython-2b66da7d15e47f9ca0d08d4f18fc63c3ee6a0d51.zip cpython-2b66da7d15e47f9ca0d08d4f18fc63c3ee6a0d51.tar.gz cpython-2b66da7d15e47f9ca0d08d4f18fc63c3ee6a0d51.tar.bz2 |
massive import cleaning in Distutils
Diffstat (limited to 'Lib/distutils/command/bdist_msi.py')
-rw-r--r-- | Lib/distutils/command/bdist_msi.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/distutils/command/bdist_msi.py b/Lib/distutils/command/bdist_msi.py index 7a5ca80..f3791be 100644 --- a/Lib/distutils/command/bdist_msi.py +++ b/Lib/distutils/command/bdist_msi.py @@ -28,7 +28,6 @@ class PyDialog(Dialog): default, cancel, bitmap=true)""" Dialog.__init__(self, *args) ruler = self.h - 36 - bmwidth = 152*ruler/328 #if kw.get("bitmap", True): # self.bitmap("Bitmap", 0, 0, bmwidth, ruler, "PythonWin") self.line("BottomLine", 0, ruler, self.w, 0) @@ -420,7 +419,6 @@ class bdist_msi (Command): # see "Dialog Style Bits" modal = 3 # visible | modal modeless = 1 # visible - track_disk_space = 32 # UI customization properties add_data(db, "Property", |