Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
uncomment check
  • 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
Expand Up @@ -84,9 +84,9 @@ class Py3Switch(LateTask):
def gen_tasks(self):
"""Beg the user to switch to python 3."""

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

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

0 comments on commit ebbecfa

Please sign in to comment.