def request_plugin_list(self): progress = ProgressNotifier("Gulp: Working") thread = PluginRegistryCall() thread.start() self.handle_thread(thread, progress)
def request_plugin_list(self): progress = ProgressNotifier("%s: Working" % Settings.PACKAGE_NAME) thread = PluginRegistryCall() thread.start() self.handle_thread(thread, progress)