Commit b47d24f8 authored by Greg Ward's avatar Greg Ward

Normalized all the end-of-class lines.

parent 0ad89999
...@@ -388,3 +388,5 @@ class bdist_rpm (Command): ...@@ -388,3 +388,5 @@ class bdist_rpm (Command):
'list or tuple of strings' % var_name) 'list or tuple of strings' % var_name)
else: else:
return default_value return default_value
# class bdist_rpm
...@@ -100,4 +100,4 @@ class build (Command): ...@@ -100,4 +100,4 @@ class build (Command):
if self.distribution.has_ext_modules(): if self.distribution.has_ext_modules():
self.run_peer ('build_ext') self.run_peer ('build_ext')
# end class Build # class build
...@@ -207,4 +207,4 @@ class build_clib (Command): ...@@ -207,4 +207,4 @@ class build_clib (Command):
# build_libraries () # build_libraries ()
# class BuildLib # class build_lib
...@@ -406,4 +406,4 @@ class build_ext (Command): ...@@ -406,4 +406,4 @@ class build_ext (Command):
return apply (os.path.join, ext_path) + '_d.lib' return apply (os.path.join, ext_path) + '_d.lib'
return apply (os.path.join, ext_path) + '.lib' return apply (os.path.join, ext_path) + '.lib'
# class BuildExt # class build_ext
...@@ -322,4 +322,4 @@ class build_py (Command): ...@@ -322,4 +322,4 @@ class build_py (Command):
# build_packages () # build_packages ()
# end class BuildPy # class build_py
...@@ -74,3 +74,5 @@ class clean (Command): ...@@ -74,3 +74,5 @@ class clean (Command):
self.announce ("removing '%s'" % self.build_base) self.announce ("removing '%s'" % self.build_base)
except OSError: except OSError:
pass pass
# class clean
...@@ -519,4 +519,4 @@ class install (Command): ...@@ -519,4 +519,4 @@ class install (Command):
"installations)") % "installations)") %
filename) filename)
# class Install # class install
...@@ -519,7 +519,7 @@ class sdist (Command): ...@@ -519,7 +519,7 @@ class sdist (Command):
if not self.keep_tree: if not self.keep_tree:
remove_tree (base_dir, self.verbose, self.dry_run) remove_tree (base_dir, self.verbose, self.dry_run)
# class Dist # class sdist
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment