summaryrefslogtreecommitdiff
path: root/git/objects/base.py
blob: 42d7b6001392ca9c6939f56b4a15fdaa7861fcb9 (plain)
1
2
3
4
5
6
7
8
# base.py
# Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors
#
# This module is part of GitPython and is released under
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
from gitdb.object.base import Object, IndexObject 
__all__ = ("Object", "IndexObject")