summaryrefslogtreecommitdiff
path: root/test/git/test_base.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-15 10:33:13 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-15 10:33:13 +0200
commit58d692e2a1d7e3894dbed68efbcf7166d6ec3fb7 (patch)
tree1f357dfaec33d1f808b74214771ea2bd78ac50c2 /test/git/test_base.py
parent4186a2dbbd48fd67ff88075c63bbd3e6c1d8a2df (diff)
downloadgitpython-58d692e2a1d7e3894dbed68efbcf7166d6ec3fb7.tar.gz
All times are not stored as time_struct, but as simple int to consume less memory
time imports cleaned up and mostly removed as they were not required (anymore)
Diffstat (limited to 'test/git/test_base.py')
-rw-r--r--test/git/test_base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/git/test_base.py b/test/git/test_base.py
index 402cdba3..48d628c3 100644
--- a/test/git/test_base.py
+++ b/test/git/test_base.py
@@ -4,7 +4,6 @@
# This module is part of GitPython and is released under
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
-import time
from test.testlib import *
from git import *
import git.objects.base as base