Example #1
0
File: ui.py Project: Enzime/ranger
    def vcsthread(self):
        """VCS thread"""
        from ranger.ext.vcs import VcsThread

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