aboutsummaryrefslogtreecommitdiff
path: root/git/refs/log.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-04 13:48:29 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-04 13:48:29 +0100
commitc80d727e374321573bb00e23876a67c77ff466e3 (patch)
tree7590d6ae544eac56e83639d27e1f9013b38d8a4b /git/refs/log.py
parent965a08c3f9f2fbd62691d533425c699c943cb865 (diff)
downloadGitPython-c80d727e374321573bb00e23876a67c77ff466e3.tar.gz
GitPython-c80d727e374321573bb00e23876a67c77ff466e3.zip
Bumped version, updated changelog, reduced code smell
There is more work to do though, as many imports are still incorrect. Also, there are still print statements
Diffstat (limited to 'git/refs/log.py')
-rw-r--r--git/refs/log.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/git/refs/log.py b/git/refs/log.py
index 742c9ccd..e3f3363c 100644
--- a/git/refs/log.py
+++ b/git/refs/log.py
@@ -1,5 +1,4 @@
from git.util import (
- join_path,
Actor,
LockedFD,
LockFile,
@@ -16,12 +15,10 @@ from gitdb.util import (
from git.objects.util import (
parse_date,
Serializable,
- utctz_to_altz,
altz_to_utctz_str,
)
import time
-import os
import re
__all__ = ["RefLog", "RefLogEntry"]
@@ -281,7 +278,6 @@ class RefLog(list, Serializable):
#{ Serializable Interface
def _serialize(self, stream):
- lm1 = len(self) - 1
write = stream.write
# write all entries