summaryrefslogtreecommitdiff
path: root/examples/simple_eventlet_send.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/simple_eventlet_send.py')
-rw-r--r--examples/simple_eventlet_send.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/simple_eventlet_send.py b/examples/simple_eventlet_send.py
index f6259bf3..1ba87fbf 100644
--- a/examples/simple_eventlet_send.py
+++ b/examples/simple_eventlet_send.py
@@ -6,8 +6,6 @@ You can use `simple_receive.py` (or `complete_receive.py`) to receive the
message sent.
"""
-from __future__ import with_statement
-
import eventlet
from kombu import Connection