From 49b1a329a8e56ad49ed0b54ac36bfcdb495bb682 Mon Sep 17 00:00:00 2001 From: Stephane Martin Date: Tue, 6 Sep 2016 13:56:25 +0200 Subject: [PATCH] moving auth_proxy to hooks.py --- realms/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/realms/__init__.py b/realms/__init__.py index bdb1640..373eade 100644 --- a/realms/__init__.py +++ b/realms/__init__.py @@ -1,7 +1,6 @@ from __future__ import absolute_import import sys -import logging # Set default encoding to UTF-8 reload(sys) # noinspection PyUnresolvedReferences