diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-22 01:17:30 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-22 01:17:30 +0200 |
commit | 6b3e2c308ac4fb97a89e84b58136efc842ed4f0f (patch) | |
tree | ae37fb70c7e470c5cd98160717f328cb656c4966 /source4/lib/events | |
parent | 059c012656e6369f417c11f9984ddb1925782394 (diff) | |
download | samba-6b3e2c308ac4fb97a89e84b58136efc842ed4f0f.tar.gz samba-6b3e2c308ac4fb97a89e84b58136efc842ed4f0f.tar.xz 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.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/events/tests.py b/source4/lib/events/tests.py index b14f7e62508..006426207ee 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 |