summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Esposti <daniele.esposti@gmail.com>2016-10-07 23:12:39 +0100
committerDaniele Esposti <daniele.esposti@gmail.com>2016-10-07 23:12:39 +0100
commit4c9dd7fac214bb0f85077cab40d4455cf3113b17 (patch)
treebb1f27b733ef0d9b569e465b810c8963ca4adc0f
parentc0b45fa508a8826a70a0593f3808c8c053b91787 (diff)
downloadgitpython-4c9dd7fac214bb0f85077cab40d4455cf3113b17.tar.gz
Forgot to uncomment conditional import
-rw-r--r--git/util.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/git/util.py b/git/util.py
index 75c455b6..ab27dadf 100644
--- a/git/util.py
+++ b/git/util.py
@@ -96,8 +96,7 @@ if platform.system() == 'Windows':
else:
- # from fcntl import flock, LOCK_UN, LOCK_EX, LOCK_NB
- pass
+ from fcntl import flock, LOCK_UN, LOCK_EX, LOCK_NB
def unbare_repo(func):