Remove workaround for issue with older python versions.

This commit is contained in:
Brad Cowie 2020-06-08 14:30:58 +12:00
parent 3395daccfe
commit b6bf01a5c9

View File

@ -14,12 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# a bug workaround. http://bugs.python.org/issue15881
try:
import multiprocessing
except ImportError:
pass
import setuptools
import ryu.hooks