Beispiel #1
0
    def vcsthread(self):
        """VCS thread"""
        from ranger.ext.vcs import VcsThread

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