Skip to content

Commit

Permalink
docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Oct 3, 2015
1 parent 89e555b commit 01853d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nikola/plugins/task/py3_switch.py
Expand Up @@ -77,12 +77,13 @@ def has_python_3():


class Py3Switch(LateTask):

"""Beg the user to switch to python 3."""

name = "switch to py3"

def gen_tasks(self):
"""Beg the user to switch to python 3."""

def give_warning():
if sys.version_info[0] == 3:
return
Expand Down

0 comments on commit 01853d4

Please sign in to comment.