Description: add a missing variable.
Author: Tarek Galal <tare2.galal@gmail.com>
Reviewed-by: Joao Eriberto Mota Filho <eriberto@debian.org>
Origin: https://github.com/tgalal/yowsup/tree/legacy
Last-Update: 2014-12-02
Index: yowsup-0.0~git20140314.938cf1/src/Examples/CmdClient.py
===================================================================
--- yowsup-0.0~git20140314.938cf1.orig/src/Examples/CmdClient.py
+++ yowsup-0.0~git20140314.938cf1/src/Examples/CmdClient.py
@@ -24,6 +24,7 @@ import time, datetime, sys
 
 if sys.version_info >= (3, 0):
 	raw_input = input
+	long = int
 
 class WhatsappCmdClient:
 	
