1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

python/samba: Fix py2/3 relative module import issue

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Noel Power
2018-04-30 15:46:04 +01:00
committed by Andrew Bartlett
parent ac30d7b6c4
commit 45c0ec855f
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
import ldb
from ldb import FLAG_MOD_ADD, FLAG_MOD_REPLACE, LdbError
from sites import SiteNotFoundException
from . sites import SiteNotFoundException
class SubnetException(Exception):