diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-26 13:31:57 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-26 13:31:57 +0200 |
commit | dce310ef4ec2eedb496e814cf341ad7caab821af (patch) | |
tree | 0144ef029e0aaeff5094119023ba941077fe9f28 /source4/lib/messaging/tests | |
parent | 40a90e6a5581f74b2e8caf67d934a08e8a9befc9 (diff) | |
download | samba-dce310ef4ec2eedb496e814cf341ad7caab821af.tar.gz |
Remove evil hack which breaks Python bindings.
(This used to be commit 1c179566cb39eb09e522dbce69230472a5d4e655)
Diffstat (limited to 'source4/lib/messaging/tests')
-rw-r--r-- | source4/lib/messaging/tests/bindings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/messaging/tests/bindings.py b/source4/lib/messaging/tests/bindings.py index 3d58843799f..c89538ddfac 100644 --- a/source4/lib/messaging/tests/bindings.py +++ b/source4/lib/messaging/tests/bindings.py @@ -18,7 +18,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # -from samba.irpc import Messaging +from samba.messaging import Messaging from unittest import TestCase class MessagingTests(TestCase): |