]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Sort out indentatoin (don't know how that happened).
authorMichael W. Hudson <mwh@python.net>
Tue, 24 Dec 2002 14:52:49 +0000 (14:52 +0000)
committerMichael W. Hudson <mwh@python.net>
Tue, 24 Dec 2002 14:52:49 +0000 (14:52 +0000)
setup.py

index be0988117c242ffb3d7aec4292ca6c9ea5a6db54..4decb2af723b19217ffc856061e31b48351b83d7 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -165,7 +165,7 @@ class PyBuildExt(build_ext):
             self.build_lib,
             self.get_ext_filename(self.get_ext_fullname(ext.name)))
         try:
-                        imp.load_dynamic(ext.name, ext_filename)
+            imp.load_dynamic(ext.name, ext_filename)
         except ImportError, why:
             if 1:
                 self.announce('*** WARNING: renaming "%s" since importing it'