]> git.ipfire.org Git - ipfire.org.git/blobdiff - source/git/__init__.py
Imported pygit (repository is down?!).
[ipfire.org.git] / source / git / __init__.py
diff --git a/source/git/__init__.py b/source/git/__init__.py
new file mode 100644 (file)
index 0000000..1efaf08
--- /dev/null
@@ -0,0 +1,7 @@
+# -*- coding: utf-8 -*- ex:set ts=4 sw=4 et:
+
+# Copyright © 2008 - Steve Frécinaux
+# License: LGPL 2
+
+from repository import Repository, InvalidRepositoryError
+from objects import Commit, Tree, Blob