remote-testgit: factor out RemoteHelper class
commit5165e26cc2ff3affe2989f0a6a7c0bfff9ebbe93
authorSverre Rabbelier <srabbelier@gmail.com>
Sat, 23 Jul 2011 22:11:18 +0000 (24 00:11 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 1 Oct 2012 13:35:21 +0000 (1 14:35 +0100)
tree59330a0d5db5583b65e793746297c73e1f39066d
parent026d07c92ad64512065cda211c14a9c4ec7bd236
remote-testgit: factor out RemoteHelper class

Facilitate writing import-export based helpers in python by
refactoring common code to a base class.

[jes: rebased to newer upstream Git]

Signed-off-by: Sverre Rabbelier <srabbelier@gmail.com>
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
git-remote-testgit.py
git_remote_helpers/git/importer.py
git_remote_helpers/helper.py [new file with mode: 0644]