mirror of
https://github.com/faucetsdn/ryu.git
synced 2025-08-06 22:57:17 +02:00
Remove workaround for issue with older python versions.
This commit is contained in:
parent
3395daccfe
commit
b6bf01a5c9
6
setup.py
6
setup.py
@ -14,12 +14,6 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
# a bug workaround. http://bugs.python.org/issue15881
|
|
||||||
try:
|
|
||||||
import multiprocessing
|
|
||||||
except ImportError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
import setuptools
|
import setuptools
|
||||||
import ryu.hooks
|
import ryu.hooks
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user