secgroundzero / warberry

WarBerryPi - Tactical Exploitation
2.22k stars 288 forks source link

banners conflict #21

Closed ghost closed 8 years ago

ghost commented 8 years ago

banners is an official python package. If you have installed banners, then your import will load the default version instead of 'your' banners.py. I suggest you change the name

ghost commented 8 years ago

Or just:

add __init__.py inside resources/ folder and then

remove sys.path('./resources')

add from resources.banners import *

secgroundzero commented 8 years ago

good catch. will change the name for now.