Comment out gadget saving for now

svn: r9592
This commit is contained in:
Doug Blank 2007-12-26 17:19:26 +00:00
parent dcbe87df2b
commit 21ddb27d51

View File

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