From 5c6f808afdaa2f6a7136accd08c03b7c94d10489 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 25 Nov 2013 12:07:47 +0100 Subject: [PATCH] " " --- gix.py | 3 ++- test/zzeezfezezefezfazdezdezfezfzefezfzefzadazafd | 0 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 test/zzeezfezezefezfazdezdezfezfzefezfzefzadazafd diff --git a/gix.py b/gix.py index 2cfee39..5f17250 100644 --- a/gix.py +++ b/gix.py @@ -3,6 +3,8 @@ import time import logging from threading import Thread +GIT_PYTHON_TRACE = 'full' + from watchdog.observers import Observer from watchdog.events import * @@ -13,7 +15,6 @@ logging.basicConfig(level=logging.INFO, datefmt='%Y-%m-%d %H:%M:%S') -GIT_PYTHON_TRACE = 'full' class GIXEventHandler(PatternMatchingEventHandler): diff --git a/test/zzeezfezezefezfazdezdezfezfzefezfzefzadazafd b/test/zzeezfezezefezfazdezdezfezfzefezfzefzadazafd new file mode 100644 index 0000000..e69de29 -- 2.39.5