Skip to content
This repository was archived by the owner on Oct 9, 2021. It is now read-only.

Commit 1f1a23d

Browse files
committed
fix variable name typo
1 parent 0e92e09 commit 1f1a23d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wakatime/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
sys.path.insert(0, os.path.dirname(pwd))
2222
sys.path.insert(0, os.path.join(pwd, 'packages'))
2323

24-
from .compat import py26
24+
from .compat import is_py26
2525

26-
if not py26:
26+
if not is_py26:
2727
sys.path.insert(0, os.path.join(pwd, 'packages', 'py27'))
2828

2929
from .__about__ import __version__

0 commit comments

Comments
 (0)