summaryrefslogtreecommitdiff
path: root/Lib/pyclbr.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-02-09 20:06:00 +0000
committerTim Peters <tim.peters@gmail.com>2001-02-09 20:06:00 +0000
commit658cba6706eb4a2ad8b3e235cf0db9fe1c8e9e6b (patch)
tree059882637147ef0acaf1a61141d076d2b05d5166 /Lib/pyclbr.py
parent3c61c3525f4cf23acae95c5229abd10fe0998d28 (diff)
downloadcpython-git-658cba6706eb4a2ad8b3e235cf0db9fe1c8e9e6b.tar.gz
Whitespace normalization.
Diffstat (limited to 'Lib/pyclbr.py')
-rw-r--r--Lib/pyclbr.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/pyclbr.py b/Lib/pyclbr.py
index 305cabb085..b4e934bff7 100644
--- a/Lib/pyclbr.py
+++ b/Lib/pyclbr.py
@@ -334,4 +334,3 @@ def readmodule_ex(module, path=[], inpackage=0):
def _indent(ws, _expandtabs=string.expandtabs):
return len(_expandtabs(ws, TABWIDTH))
-