Esempio n. 1
0
File: ui.py Progetto: Enzime/ranger
    def vcsthread(self):
        """VCS thread"""
        from ranger.ext.vcs import VcsThread

        thread = VcsThread(self)
        thread.start()
        return thread
Esempio n. 2
0
 def vcsthread(self):
     """VCS thread"""
     from ranger.ext.vcs import VcsThread
     thread = VcsThread(self)
     thread.start()
     return thread