From 1f4bd4b82cda56ef27d3942a790fcfb908494d46 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 20 Dec 2008 19:23:30 +0100 Subject: Fix standalone compilation of events library. --- lib/tevent/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tevent/tests.py') diff --git a/lib/tevent/tests.py b/lib/tevent/tests.py index 006426207e..b14f7e6250 100644 --- a/lib/tevent/tests.py +++ b/lib/tevent/tests.py @@ -17,7 +17,7 @@ # along with this program. If not, see . # -from samba import events +import events import unittest # Just test the bindings are there and that calling them doesn't crash -- cgit