示例#1
0
 def init_singleton(self):
     self._progress = None
     self.oldcount = []
     Client.init_singleton(self,
                           xcache=False,
                           url_fetcher=InstallerUrlFetcher)
     nocolor()
示例#2
0
 def init_singleton(self, *args, **kwargs):
     self.progress = None
     self.progress_log = None
     self.std_output = None
     Client.init_singleton(self, *args, **kwargs)
     self._progress_divider = 1
     self.xcache = True # force xcache enabling
     self._mthread_rc = {
         'ask_question': {},
         'input_box': {},
     }
示例#3
0
 def init_singleton(self):
     Client.init_singleton(self, xcache = False,
         url_fetcher = InstallerUrlFetcher)
     nocolor()
示例#4
0
 def init_singleton(self):
     Client.init_singleton(self, noclientdb = 2, repo_validation = False,
         load_ugc = False, xcache = False)
示例#5
0
 def init_singleton(self):
     Client.init_singleton(self,
                           xcache=False,
                           url_fetcher=InstallerUrlFetcher)
     nocolor()
示例#6
0
 def init_singleton(self):
     Client.init_singleton(self,
                           noclientdb=2,
                           repo_validation=False,
                           load_ugc=False,
                           xcache=False)
示例#7
0
 def init_singleton(self):
     self._progress = None
     self.oldcount = []
     Client.init_singleton(self, xcache = False,
         url_fetcher = InstallerUrlFetcher)
     nocolor()