summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2017-02-09 16:16:10 +1300
committerAndrew Bartlett <abartlet@samba.org>2017-03-10 07:31:12 +0100
commit0d83cec7c9cbf4ed84c5ee96eb460fbf1623418e (patch)
tree34b2bcec8d127de8c798f162a786979c6d56074e /python
parent4ebd877ec0447f9ecf44c43e5dce01d895995f9d (diff)
downloadsamba-0d83cec7c9cbf4ed84c5ee96eb460fbf1623418e.tar.gz
python: Remove unused import PY3
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'python')
-rw-r--r--python/samba/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/samba/__init__.py b/python/samba/__init__.py
index 29f4378e756..3535704ea0c 100644
--- a/python/samba/__init__.py
+++ b/python/samba/__init__.py
@@ -26,7 +26,6 @@ import os
import sys
import time
import ldb
-from samba.compat import PY3
import samba.param
from samba import _glue
from samba._ldb import Ldb as _Ldb