mirror of https://github.com/python/cpython.git
Normalized all the end-of-class lines.
This commit is contained in:
parent
51060be2f8
commit
fcd974efbb
|
@ -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
|
||||
|
|
|
@ -100,4 +100,4 @@ def run (self):
|
|||
if self.distribution.has_ext_modules():
|
||||
self.run_peer ('build_ext')
|
||||
|
||||
# end class Build
|
||||
# class build
|
||||
|
|
|
@ -207,4 +207,4 @@ def build_libraries (self, libraries):
|
|||
|
||||
# build_libraries ()
|
||||
|
||||
# class BuildLib
|
||||
# class build_lib
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -322,4 +322,4 @@ def build_packages (self):
|
|||
|
||||
# build_packages ()
|
||||
|
||||
# end class BuildPy
|
||||
# class build_py
|
||||
|
|
|
@ -74,3 +74,5 @@ def run(self):
|
|||
self.announce ("removing '%s'" % self.build_base)
|
||||
except OSError:
|
||||
pass
|
||||
|
||||
# class clean
|
||||
|
|
|
@ -519,4 +519,4 @@ def create_path_file (self):
|
|||
"installations)") %
|
||||
filename)
|
||||
|
||||
# class Install
|
||||
# class install
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue