summaryrefslogtreecommitdiffstats
path: root/BitTorrent/IPC.py
diff options
context:
space:
mode:
Diffstat (limited to 'BitTorrent/IPC.py')
-rw-r--r--BitTorrent/IPC.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/BitTorrent/IPC.py b/BitTorrent/IPC.py
index 9c1ef0c..de50434 100644
--- a/BitTorrent/IPC.py
+++ b/BitTorrent/IPC.py
@@ -10,7 +10,6 @@
# Written by Greg Hazel
# based on code by Uoti Urpala
-from __future__ import generators
import os
import socket
@@ -439,4 +438,4 @@ if os.name == 'nt':
ipc_interface = IPCWin32DDE
else:
ipc_interface = IPCUnixSocket
- \ No newline at end of file
+