Description: Add sys.path informations to wfuzz.py. 
 Add sys.path.append to the main script to make it look
 under /usr/share/wfuzz/ for the rest of the modules it
 needs.
--- a/wfuzz.py	2016-12-18 13:38:58.862971831 +0100
+++ b/wfuzz.py	2016-12-18 13:38:58.858971851 +0100
@@ -3,6 +3,7 @@
 #Covered by GPL V2.0
 
 import sys
+sys.path.append("/usr/share/wfuzz/")
 
 from framework.fuzzer.Fuzzer import Fuzzer
 from framework.core.facade import Facade
