fix imports
diff --git a/infocalypse/__init__.py b/infocalypse/__init__.py
--- a/infocalypse/__init__.py
+++ b/infocalypse/__init__.py
@@ -356,8 +356,7 @@ import os
from commands import *
-from binascii import hexlify
-from mercurial import commands, util, hg
+from mercurial import commands
import freenetrepo
diff --git a/infocalypse/commands.py b/infocalypse/commands.py
--- a/infocalypse/commands.py
+++ b/infocalypse/commands.py
@@ -1,3 +1,6 @@
+from binascii import hexlify
+from mercurial import util, hg
+
from infcmds import get_config_info, execute_create, execute_pull, \
execute_push, execute_setup, execute_copy, execute_reinsert, \
execute_info