예제 #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()