Comment out gadget saving for now

svn: r9591
This commit is contained in:
Doug Blank 2007-12-26 17:19:06 +00:00
parent b263b80548
commit dcbe87df2b

View File

@ -45,7 +45,7 @@ AVAILABLE_GADGETS = []
GADGET_FILENAME = os.path.join(const.HOME_DIR,"gadgets.ini")
NL = "\n"
debug = False
debug = True
def register_gadget(data_dict):
global AVAILABLE_GADGETS