diff options
Diffstat (limited to 'git/util.py')
-rw-r--r-- | git/util.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/git/util.py b/git/util.py index 06d77d71..cf0ba8d5 100644 --- a/git/util.py +++ b/git/util.py @@ -933,8 +933,3 @@ class Iterable(object): class NullHandler(logging.Handler): def emit(self, record): pass - - -# In Python 2.6, there is no NullHandler yet. Let's monkey-patch it for a workaround. -if not hasattr(logging, 'NullHandler'): - logging.NullHandler = NullHandler |