Normalized all the end-of-class lines.

This commit is contained in:
Greg Ward 2000-05-25 01:10:04 +00:00
parent 51060be2f8
commit fcd974efbb
8 changed files with 10 additions and 6 deletions

View File

@ -388,3 +388,5 @@ def _check_string_list(self, var_name, default_value = []):
'list or tuple of strings' % var_name)
else:
return default_value
# class bdist_rpm

View File

@ -100,4 +100,4 @@ def run (self):
if self.distribution.has_ext_modules():
self.run_peer ('build_ext')
# end class Build
# class build

View File

@ -207,4 +207,4 @@ def build_libraries (self, libraries):
# build_libraries ()
# class BuildLib
# class build_lib

View File

@ -406,4 +406,4 @@ def get_ext_libname (self, ext_name):
return apply (os.path.join, ext_path) + '_d.lib'
return apply (os.path.join, ext_path) + '.lib'
# class BuildExt
# class build_ext

View File

@ -322,4 +322,4 @@ def build_packages (self):
# build_packages ()
# end class BuildPy
# class build_py

View File

@ -74,3 +74,5 @@ def run(self):
self.announce ("removing '%s'" % self.build_base)
except OSError:
pass
# class clean

View File

@ -519,4 +519,4 @@ def create_path_file (self):
"installations)") %
filename)
# class Install
# class install

View File

@ -519,7 +519,7 @@ def make_distribution (self):
if not self.keep_tree:
remove_tree (base_dir, self.verbose, self.dry_run)
# class Dist
# class sdist
# ----------------------------------------------------------------------