remote-testgit: factor out RemoteHelper class
commit701ba60ebfa5e2c2cd81355ecc6ac66c94324e5b
authorSverre Rabbelier <srabbelier@gmail.com>
Sat, 23 Jul 2011 22:11:18 +0000 (24 00:11 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 6 Apr 2012 22:14:12 +0000 (6 17:14 -0500)
tree5418ab1b829834e5a676eb92cbf416fbe6798434
parent864dd1be861ca8ec6bd4fd898dd928bf60f4bac3
remote-testgit: factor out RemoteHelper class

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

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