summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-24 17:52:44 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-26 05:15:19 +0200
commit58b1ab92a117cfcb311bdcb41fe563077ad39500 (patch)
tree1018706be068fa7416ecdf74cf4d10157dfd2398 /source4/scripting
parent57f6663f3a029945fe7e799d4371131d9a20d306 (diff)
downloadsamba-58b1ab92a117cfcb311bdcb41fe563077ad39500.tar.gz
samba-58b1ab92a117cfcb311bdcb41fe563077ad39500.tar.bz2
samba-58b1ab92a117cfcb311bdcb41fe563077ad39500.zip
Fix import.
(This used to be commit 17231443a0e3b0ebc4b75db3d721fe0b4e1170c6)
Diffstat (limited to 'source4/scripting')
-rwxr-xr-xsource4/scripting/python/examples/winreg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/examples/winreg.py b/source4/scripting/python/examples/winreg.py
index 19d39e56ab..80b48ecfd7 100755
--- a/source4/scripting/python/examples/winreg.py
+++ b/source4/scripting/python/examples/winreg.py
@@ -11,7 +11,7 @@ import sys
# Find right directory when running from source tree
sys.path.insert(0, "bin/python")
-import winreg
+from samba.dcerpc import winreg
import optparse
import samba.getopt as options