remote-testgit: factor out RemoteHelper class
commitd3c3304160b51a3ae7a7c9547ff8609714dc40b7
authorSverre Rabbelier <srabbelier@gmail.com>
Sat, 23 Jul 2011 22:11:18 +0000 (24 00:11 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 5 Jun 2012 18:44:21 +0000 (5 13:44 -0500)
treed2ecc8480d40b2c4f8cda5751363ee091a1f1f05
parent28c7c24500c64985f0c1b6a4f8e6969b2dae64fb
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]