import tzlocal correctly

This commit is contained in:
Alan Hamlett 2015-02-05 01:47:09 -08:00
parent bf06e558e5
commit b877310f02
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ from .packages import simplejson as json
try:
from .packages import tzlocal
except:
from .packages import tzlocal3
from .packages import tzlocal3 as tzlocal
log = logging.getLogger('WakaTime')