diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2010-11-23 21:14:59 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2010-11-23 21:14:59 +0100 |
| commit | a21a9f6f13861ddc65671b278e93cf0984adaa30 (patch) | |
| tree | 67e30aa7a870bedc238ea6eed0e991dc1a80083a /objects/__init__.py | |
| parent | 5bd7d44ff7e51105e3e277aee109a45c42590572 (diff) | |
| download | GitPython-a21a9f6f13861ddc65671b278e93cf0984adaa30.tar.gz GitPython-a21a9f6f13861ddc65671b278e93cf0984adaa30.zip | |
Actor: Moved it from git.objects.util to git.util, adjusted all imports accordingly. Added methods to Actor to retrieve the global committer and author information
Reflog: implemented and tested append_entry method
Diffstat (limited to 'objects/__init__.py')
| -rw-r--r-- | objects/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/objects/__init__.py b/objects/__init__.py index e8e0ef39..65659cd1 100644 --- a/objects/__init__.py +++ b/objects/__init__.py @@ -15,7 +15,6 @@ from tag import * from blob import * from commit import * from tree import * -from util import Actor __all__ = [ name for name, obj in locals().items() if not (name.startswith('_') or inspect.ismodule(obj)) ]
\ No newline at end of file |
