Skip to content

Commit

Permalink
wrong order
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed May 21, 2015
1 parent 5c59b19 commit 845a440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/utils.py
Expand Up @@ -1148,7 +1148,7 @@ def get_root_dir():
"""Find root directory of nikola installation by looking for conf.py"""
root = os.getcwd()

if sys.version_info[0] == 3:
if sys.version_info[0] == 2:
confname = b'conf.py'
else:
confname = 'conf.py'
Expand Down

0 comments on commit 845a440

Please sign in to comment.