upgrade wakatime-cli to v5.0.0

This commit is contained in:
Alan Hamlett
2016-04-19 00:26:28 +02:00
parent ab8711d0b1
commit cb7f786ec8
1972 changed files with 3647 additions and 4982 deletions

View File

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