infocalypse
 
(Arne Babenhauserheide)
2013-06-20: forgot to remove hexlify import

forgot to remove hexlify import

diff --git a/infocalypse/__init__.py b/infocalypse/__init__.py
--- a/infocalypse/__init__.py
+++ b/infocalypse/__init__.py
@@ -340,7 +340,6 @@ import os
 
 from commands import *
 
-from binascii import hexlify
 from mercurial import commands, util
 
 #----------------------------------------------------------"