diff options
| author | Tim Peters <tim.peters@gmail.com> | 2004-07-18 06:16:08 +0000 |
|---|---|---|
| committer | Tim Peters <tim.peters@gmail.com> | 2004-07-18 06:16:08 +0000 |
| commit | 3d2ade66dfe5efa2a561cd804d43c35974ed210a (patch) | |
| tree | 01d96b993a715d53ce91c9b0e9d58713751f4d0d /command/bdist_dumb.py | |
| parent | 0180948beafd529bb6a0f19e6e7293dd5117aab7 (diff) | |
| download | python-setuptools-git-3d2ade66dfe5efa2a561cd804d43c35974ed210a.tar.gz | |
Whitespace normalization, via reindent.py.
Diffstat (limited to 'command/bdist_dumb.py')
| -rw-r--r-- | command/bdist_dumb.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/bdist_dumb.py b/command/bdist_dumb.py index 8ee3a5c5..3db332d5 100644 --- a/command/bdist_dumb.py +++ b/command/bdist_dumb.py @@ -53,7 +53,7 @@ class bdist_dumb (Command): self.dist_dir = None self.skip_build = 0 self.relative = 0 - + # initialize_options() |
