mirror of
https://github.com/samba-team/samba.git
synced 2025-03-22 02:50:28 +03:00
python/samba: use PY3 version of ConfigParser
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
04c118cf0e
commit
72c5b27066
@ -21,7 +21,7 @@ import errno
|
||||
import tdb
|
||||
sys.path.insert(0, "bin/python")
|
||||
from samba import NTSTATUSError
|
||||
from ConfigParser import ConfigParser
|
||||
from samba.compat import ConfigParser
|
||||
from samba.compat import StringIO
|
||||
from abc import ABCMeta, abstractmethod
|
||||
import xml.etree.ElementTree as etree
|
||||
|
Loading…
x
Reference in New Issue
Block a user