Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-05 13:00:44 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-05 13:00:44 (GMT)
commitdf4cc033c7cddd387dba56ac625f0fcd0dc9cc76 (patch)
tree7d2a9c8b36750e9b597113fa5096fd4ec5ccea1a
parent8af46570938709d17b3c47f4b3561bfeed9e0883 (diff)
Missing import
-rwxr-xr-xcommands/pull1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/pull b/commands/pull
index 34f757c..313dc0f 100755
--- a/commands/pull
+++ b/commands/pull
@@ -2,6 +2,7 @@
import argparse
import sys
+import json
import common