summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobyrosen@gmail.com <tobyrosen@gmail.com@8ebc04a2-01ca-80aa-3703-73c302266661>2011-08-23 14:12:55 +0000
committertobyrosen@gmail.com <tobyrosen@gmail.com@8ebc04a2-01ca-80aa-3703-73c302266661>2011-08-23 14:12:55 +0000
commit42d93a36bc325d5a2b1a62296a20079375293c5f (patch)
treefa33273d75c1ef2e920842ac509d6ed8bdf261b1
parentf35636ccb35b6cd877c0b098acef8dabcce4482d (diff)
eliminated duplicate json imports
git-svn-id: http://pyp.googlecode.com/svn/trunk@132 8ebc04a2-01ca-80aa-3703-73c302266661
-rw-r--r--pyp3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyp b/pyp
index 2c3baf7..a2cee27 100644
--- a/pyp
+++ b/pyp
@@ -8,7 +8,6 @@ import json
import glob
import tempfile
import datetime
-import json
import getpass
@@ -1714,4 +1713,4 @@ if __name__ == '__main__':
- \ No newline at end of file
+