diff options
author | Chris Lamb <lamby@debian.org> | 2018-05-22 11:35:20 +0200 |
---|---|---|
committer | Chris Lamb <lamby@debian.org> | 2018-05-22 11:37:24 +0200 |
commit | 66a67c60ab658e2f6a0f7111225b87ca91cbff44 (patch) | |
tree | be961a8b4e238c272e5020da43388321bb1e266c /po/fi | |
parent | 22274e8f944eb62e2546a50431ed5ccb8c86d95b (diff) | |
download | installation-guide-66a67c60ab658e2f6a0f7111225b87ca91cbff44.zip |
Add missing 2 blank lines. (PEP8 E302)
Diffstat (limited to 'po/fi')
-rwxr-xr-x | po/fi/list-unkn-words.py | 1 |
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 |