summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2018-05-22 11:35:20 +0200
committerChris Lamb <lamby@debian.org>2018-05-22 11:37:24 +0200
commit66a67c60ab658e2f6a0f7111225b87ca91cbff44 (patch)
treebe961a8b4e238c272e5020da43388321bb1e266c
parent22274e8f944eb62e2546a50431ed5ccb8c86d95b (diff)
downloadinstallation-guide-66a67c60ab658e2f6a0f7111225b87ca91cbff44.zip
Add missing 2 blank lines. (PEP8 E302)
-rwxr-xr-xpo/fi/list-unkn-words.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/po/fi/list-unkn-words.py b/po/fi/list-unkn-words.py
index c394b4f75..791c4d91e 100755
--- a/po/fi/list-unkn-words.py
+++ b/po/fi/list-unkn-words.py
@@ -23,6 +23,7 @@ Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Author: Tapio Lehtonen <tale@debian.org>
"""
+
def handleCommandLine():
""" Get arguments and options from command line. """
from optparse import OptionParser