From b528cde68b09e037f3cb905b91cbbb168622d7dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 15 Aug 2009 16:19:08 +0200 Subject: Use boolean flags instead of obscure C flags for ipc.MessageQueue --- test.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test.py') diff --git a/test.py b/test.py index 5cf8621..ba741d2 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,5 @@ +from __future__ import with_statement + from portato import _sub_start _sub_start() -- cgit v1.2.3