summaryrefslogtreecommitdiff
path: root/source4/lib/events
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-22 01:17:30 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-22 01:17:30 +0200
commit6b3e2c308ac4fb97a89e84b58136efc842ed4f0f (patch)
treeae37fb70c7e470c5cd98160717f328cb656c4966 /source4/lib/events
parent059c012656e6369f417c11f9984ddb1925782394 (diff)
downloadsamba-6b3e2c308ac4fb97a89e84b58136efc842ed4f0f.tar.gz
samba-6b3e2c308ac4fb97a89e84b58136efc842ed4f0f.tar.bz2
samba-6b3e2c308ac4fb97a89e84b58136efc842ed4f0f.zip
Fix events test.
(This used to be commit 0fae6f11081cff7846319175cfec95fa3911571c)
Diffstat (limited to 'source4/lib/events')
-rw-r--r--source4/lib/events/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/events/tests.py b/source4/lib/events/tests.py
index b14f7e6250..006426207e 100644
--- a/source4/lib/events/tests.py
+++ b/source4/lib/events/tests.py
@@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-import events
+from samba import events
import unittest
# Just test the bindings are there and that calling them doesn't crash