updated wakatime package

This commit is contained in:
Alan Hamlett 2013-07-22 18:31:36 -07:00
parent 6d8fcbba58
commit 9505314179
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
wakatime-cli
@ -11,7 +12,9 @@
from __future__ import print_function
import os
import sys
sys.path.insert(0, os.path.abspath(__file__))
import wakatime
if __name__ == '__main__':