Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
Signed-off-by: Chris “Kwpolska” Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Mar 21, 2014
1 parent 564983e commit 09891fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions nikola/nikola.py
Expand Up @@ -121,6 +121,7 @@
},
}


class Nikola(object):

"""Class that handles site generation.
Expand Down
1 change: 1 addition & 0 deletions nikola/plugins/command/init.py
Expand Up @@ -143,6 +143,7 @@
u', '.join(LEGAL_VALUES['COMMENT_SYSTEM']),
initial_indent=u'# ', subsequent_indent=u'# ', width=79))


def format_default_translations_config(additional_languages):
"""Return the string to configure the TRANSLATIONS config variable to
make each additional language visible on the generated site."""
Expand Down

0 comments on commit 09891fa

Please sign in to comment.