saranwrap.py: drop 2.3 compatibility
This commit is contained in:
@@ -91,12 +91,6 @@ import os
|
||||
import struct
|
||||
import sys
|
||||
|
||||
try:
|
||||
set = set
|
||||
frozenset = frozenset
|
||||
except NameError:
|
||||
from sets import Set as set, ImmutableSet as frozenset
|
||||
|
||||
from eventlet.processes import Process, DeadProcess
|
||||
from eventlet import api, pools
|
||||
|
||||
|
Reference in New Issue
Block a user