Python git.RemoteProgress() Examples
The following are 1
code examples of git.RemoteProgress().
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example.
You may also want to check out all available functions/classes of the module
git
, or try the search function
.
Example #1
Source File: agent.py From GitAgent with GNU Lesser General Public License v3.0 | 6 votes |
def __init__(self,delegate): git.RemoteProgress.__init__(self) self.delegate = delegate