mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
s4-python: Fix use of bundled modules.
This commit is contained in:
@ -334,7 +334,7 @@ def ensure_external_module(modulename, location):
|
|||||||
try:
|
try:
|
||||||
__import__(modulename)
|
__import__(modulename)
|
||||||
except ImportError:
|
except ImportError:
|
||||||
import_bundled_package(modulename)
|
import_bundled_package(modulename, location)
|
||||||
|
|
||||||
|
|
||||||
from samba import _glue
|
from samba import _glue
|
||||||
|
Reference in New Issue
Block a user