=== modified file 'quickly/builtincommands.py' --- quickly/builtincommands.py 2010-09-28 18:50:49 +0000 +++ quickly/builtincommands.py 2010-10-12 05:31:24 +0000 @@ -212,7 +212,7 @@ command_name = ".".join(command_name.split('.')[0:-1]) if os.path.isfile(file_path) and os.access(file_path, os.X_OK): import_cmd_list.append(command_name) - os.remove(file_path) + # os.remove(file_path) # this removes *.py commands from template if import_cmd_list: commandsconfig_path = os.path.join(template_destination_path, 'commandsconfig') filedest = file(commandsconfig_path + '.new', 'w')