Skip to content

Commit

Permalink
uncomment check
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Oct 3, 2015
1 parent 3125256 commit ebbecfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nikola/plugins/task/py3_switch.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ class Py3Switch(LateTask):
def gen_tasks(self): def gen_tasks(self):
"""Beg the user to switch to python 3.""" """Beg the user to switch to python 3."""


#if sys.version_info[0] == 3: if sys.version_info[0] == 3:
## Python 3 # Python 3
#return return


def give_warning(): def give_warning():
if has_python_3(): if has_python_3():
Expand Down

0 comments on commit ebbecfa

Please sign in to comment.