diff options
| author | ?ric Araujo <merwok@netwok.org> | 2010-09-06 05:29:30 +0200 |
|---|---|---|
| committer | ?ric Araujo <merwok@netwok.org> | 2010-09-06 05:29:30 +0200 |
| commit | 09e53e407193572b9e4ca55a3ccf9fc06d7b3124 (patch) | |
| tree | 9cfaabe89a6517218b6c8b43f48e94cedf526ce1 /src/distutils2/command | |
| parent | c2bcd1fe29628e0db2483976e3552cd304330793 (diff) | |
| download | disutils2-09e53e407193572b9e4ca55a3ccf9fc06d7b3124.tar.gz | |
Remove unnecessary docstring on API method
Diffstat (limited to 'src/distutils2/command')
| -rw-r--r-- | src/distutils2/command/install.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/distutils2/command/install.py b/src/distutils2/command/install.py index c0c6fac..da7e12a 100644 --- a/src/distutils2/command/install.py +++ b/src/distutils2/command/install.py @@ -192,7 +192,6 @@ class install(Command): # array of user input is decided. Yes, it's quite complex!) def finalize_options(self): - """Finalizes options.""" # This method (and its pliant slaves, like 'finalize_unix()', # 'finalize_other()', and 'select_scheme()') is where the default # installation directories for modules, extension modules, and |
