commit 919ec8e837eef30364212eb7f95e26fc8cc7f850 parent 8f025db8007b88beee24ea2a030c04751ef8bc06 Author: ThomasV <thomasv@gitorious> Date: Tue, 11 Mar 2014 07:04:25 +0100 fix: missing import Diffstat:
M | lib/daemon.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/daemon.py b/lib/daemon.py @@ -26,7 +26,7 @@ import traceback import json import Queue from network import Network - +from util import print_msg class NetworkProxy(threading.Thread):