Exemplo n.º 1
0
def init():
	variables["output"][0] = relpath(getpath.db() + "wordlist", getpath.main_module())
Exemplo n.º 2
0
def init():
    variables["exto"][0] = relpath(getpath.tmp(), getpath.main_module())
    variables["dict"][0] = relpath(getpath.db() + "dazzlepod.txt",
                                   getpath.main_module())
Exemplo n.º 3
0
def init():
	variables["exto"][0] = relpath(getpath.tmp(), getpath.main_module())
	variables["dict"][0] = relpath(getpath.db() + "dazzlepod.txt", getpath.main_module())