Ejemplo n.º 1
0
Archivo: ui.py Proyecto: Enzime/ranger
    def vcsthread(self):
        """VCS thread"""
        from ranger.ext.vcs import VcsThread

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