python2 reduction: Merge remaining compat code into common
[samba.git] / python / samba / gpclass.py
index 8e9bfb9f0e33bbb7bac1f1e499e4d19edd46280d..ac73671eb5883b356e209e580cb24786fe06e732 100644 (file)
@@ -23,7 +23,7 @@ sys.path.insert(0, "bin/python")
 from samba import NTSTATUSError
 from configparser import ConfigParser
 from io import StringIO
-from samba.compat import get_bytes
+from samba.common import get_bytes
 from abc import ABCMeta, abstractmethod
 import xml.etree.ElementTree as etree
 import re