remote-testgit: factor out RemoteHelper class
commit4171913a384190a3e75fc2d42310c35c98f31d1f
authorSverre Rabbelier <srabbelier@gmail.com>
Sat, 23 Jul 2011 22:11:18 +0000 (24 00:11 +0200)
committerErik Faye-Lund <kusmabite@gmail.com>
Fri, 4 Jan 2013 15:04:22 +0000 (4 16:04 +0100)
treeb3769adb2b42353d1732b831c190daa53996599d
parent135399bb3e0493199c4ea17626068de496bfff1d
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]