diff options
| author | Fred Drake <fdrake@acm.org> | 2001-12-06 21:01:19 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2001-12-06 21:01:19 +0000 |
| commit | 4263b3189f9532a313b1bb52e478168f8a545729 (patch) | |
| tree | f9770c9c526757dd0b177f4875b5a2867ad6001e /command/build_py.py | |
| parent | 68cb7fe9ae037b7a517b692213c03c6c0e54f7e4 (diff) | |
| download | python-setuptools-git-4263b3189f9532a313b1bb52e478168f8a545729.tar.gz | |
Whitespace normalization.
Diffstat (limited to 'command/build_py.py')
| -rw-r--r-- | command/build_py.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/command/build_py.py b/command/build_py.py index 6fd4417f..527e81d9 100644 --- a/command/build_py.py +++ b/command/build_py.py @@ -106,7 +106,7 @@ class build_py (Command): self.byte_compile(self.get_outputs(include_bytecode=0)) # run () - + def get_package_dir (self, package): """Return the directory, relative to the top of the source @@ -178,13 +178,13 @@ class build_py (Command): # Either not in a package at all (__init__.py not expected), or # __init__.py doesn't exist -- so don't return the filename. return - + # check_package () def check_module (self, module, module_file): if not os.path.isfile(module_file): - self.warn("file %s (for module %s) not found" % + self.warn("file %s (for module %s) not found" % (module_file, module)) return 0 else: |
