summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-05-28 00:53:38 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-05-28 00:53:38 +0200
commit479296fa6f9d4d378f086e320d7da0b10813fe58 (patch)
tree256a6892b4d2020be44e1e1378feaf40877ee6e5
parentb04975dc71d69721898ff9676384fc37f59673f8 (diff)
downloadpep8-479296fa6f9d4d378f086e320d7da0b10813fe58.tar.gz
Fix style of pep8.py.
-rwxr-xr-xpep8.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pep8.py b/pep8.py
index 76d6af9..c57b186 100755
--- a/pep8.py
+++ b/pep8.py
@@ -852,6 +852,7 @@ else:
def isidentifier(s):
return s.isidentifier()
+
def expand_indent(line):
r"""
Return the amount of indentation.