diff options
author | Vincent Driessen <me@nvie.com> | 2016-12-07 15:55:47 +0100 |
---|---|---|
committer | Vincent Driessen <me@nvie.com> | 2016-12-07 15:55:47 +0100 |
commit | bbf02e0c648177b164560003cb51e50bc72b35cd (patch) | |
tree | 15fab4ecd134d0cd10a3531ac5d38667b590ad37 /git/util.py | |
parent | 5149c807ec5f396c1114851ffbd0f88d65d4c84f (diff) | |
download | gitpython-bbf02e0c648177b164560003cb51e50bc72b35cd.tar.gz |
Don't change the meaning of string literals
Diffstat (limited to 'git/util.py')
-rw-r--r-- | git/util.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/git/util.py b/git/util.py index 1e0d3eb4..7b90e38d 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 |