mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +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:
|
||||
__import__(modulename)
|
||||
except ImportError:
|
||||
import_bundled_package(modulename)
|
||||
import_bundled_package(modulename, location)
|
||||
|
||||
|
||||
from samba import _glue
|
||||
|
Reference in New Issue
Block a user