diff options
author | Victor Häggqvist <[email protected]> | 2014-05-16 23:28:34 +0200 |
---|---|---|
committer | Victor Häggqvist <[email protected]> | 2014-05-16 23:28:34 +0200 |
commit | 309cc97f6cea5c2b54ea1f737aad6368eaf3c174 (patch) | |
tree | 3d1e4ad46bfc3c06fd11b39fdf1eae51997471e3 | |
parent | 68f827ae63ed01d6a8c8a2a061e2c57fe72a0c72 (diff) |
less import
-rwxr-xr-x | giti.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/python # coding=utf-8 -import os +import os.path import sys import urllib2 |