From 52e1522af4467c76dfca6e1b090037940d4865cb Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Mon, 18 Jan 2010 22:59:37 -0800 Subject: [PATCH] Duh --- eventlet/proc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/eventlet/proc.py b/eventlet/proc.py index ddc7dc7..6b65bc0 100644 --- a/eventlet/proc.py +++ b/eventlet/proc.py @@ -1,3 +1,4 @@ +import warnings warnings.warn("The proc module is deprecated! Please use the greenthread " "module, or any of the many other Eventlet cross-coroutine " "primitives, instead.",