summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Driessen <me@nvie.com>2016-12-08 13:14:27 +0100
committerGitHub <noreply@github.com>2016-12-08 13:14:27 +0100
commita8437c014b0a9872168b01790f5423e8e9255840 (patch)
treeba68c0c411c06b04729d0e84b07a8f264706a2e5
parentb06b13e61e8db81afdd666ac68f4a489cec87d5a (diff)
parentbbf02e0c648177b164560003cb51e50bc72b35cd (diff)
downloadgitpython-a8437c014b0a9872168b01790f5423e8e9255840.tar.gz
Merge pull request #554 from nvie/master
Don't change the meaning of string literals
-rw-r--r--git/util.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/git/util.py b/git/util.py
index ef7e2b7c..efecca83 100644
--- a/git/util.py
+++ b/git/util.py
@@ -3,8 +3,6 @@
#
# This module is part of GitPython and is released under
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
-from __future__ import unicode_literals
-
import contextlib
from functools import wraps
import getpass