]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
dummy checkin for testing, please ignore
authorunknown <tools@python.org>
Wed, 4 Jul 2001 16:52:02 +0000 (16:52 +0000)
committerunknown <tools@python.org>
Wed, 4 Jul 2001 16:52:02 +0000 (16:52 +0000)
Lib/distutils/command/bdist_wininst.py

index 477b733cd38cc432569854f6eada0dddb9304c45..16a6cc418c1bb428d7f60efd65c59378bf21ed2b 100644 (file)
@@ -216,7 +216,6 @@ class bdist_wininst (Command):
     def get_exe_bytes (self):
         import base64
         return base64.decodestring(EXEDATA)
-
 # class bdist_wininst
 
 if __name__ == '__main__':