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 /dir_util.py | |
| parent | 0180948beafd529bb6a0f19e6e7293dd5117aab7 (diff) | |
| download | python-setuptools-git-3d2ade66dfe5efa2a561cd804d43c35974ed210a.tar.gz | |
Whitespace normalization, via reindent.py.
Diffstat (limited to 'dir_util.py')
| -rw-r--r-- | dir_util.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dir_util.py b/dir_util.py index e479b624..77f64c41 100644 --- a/dir_util.py +++ b/dir_util.py @@ -225,4 +225,3 @@ def ensure_relative (path): if path[0:1] == os.sep: path = drive + path[1:] return path - |
