diff options
| author | Tim Peters <tim.peters@gmail.com> | 2004-07-18 06:25:50 +0000 |
|---|---|---|
| committer | Tim Peters <tim.peters@gmail.com> | 2004-07-18 06:25:50 +0000 |
| commit | 3d7d372ce326602b274f44338168688eeb907a3b (patch) | |
| tree | 221b3b3ae862fe0b1d068efb97700b55bf0018cf /Doc/ext/setup.py | |
| parent | 182b5aca27d376b08a2904bed42b751496f932f3 (diff) | |
| download | cpython-git-3d7d372ce326602b274f44338168688eeb907a3b.tar.gz | |
Whitespace normalization, via reindent.py.
Diffstat (limited to 'Doc/ext/setup.py')
| -rw-r--r-- | Doc/ext/setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/ext/setup.py b/Doc/ext/setup.py index 1805b177a2..b853d23b17 100644 --- a/Doc/ext/setup.py +++ b/Doc/ext/setup.py @@ -6,4 +6,3 @@ setup(name="noddy", version="1.0", Extension("noddy3", ["noddy3.c"]), Extension("noddy4", ["noddy4.c"]), ]) - |
