1
0
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:
Jelmer Vernooij
2010-12-09 21:38:48 +01:00
parent 4571b94e7b
commit 408a99e3bb

View File

@ -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