summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/scripting/python/samba/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/__init__.py b/source4/scripting/python/samba/__init__.py
index f88ac74dca..b6c53f4b2c 100644
--- a/source4/scripting/python/samba/__init__.py
+++ b/source4/scripting/python/samba/__init__.py
@@ -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