summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests/dcerpc/rpcecho.py
diff options
context:
space:
mode:
Diffstat (limited to 'source4/scripting/python/samba/tests/dcerpc/rpcecho.py')
-rw-r--r--source4/scripting/python/samba/tests/dcerpc/rpcecho.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/tests/dcerpc/rpcecho.py b/source4/scripting/python/samba/tests/dcerpc/rpcecho.py
index 281d5b4cdb..3b37f8a9bc 100644
--- a/source4/scripting/python/samba/tests/dcerpc/rpcecho.py
+++ b/source4/scripting/python/samba/tests/dcerpc/rpcecho.py
@@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-from dcerpc import echo
+from samba.dcerpc import echo
import unittest
from samba.tests import RpcInterfaceTestCase