Skip to content

Commit b6bf01a

Browse files
committed
Remove workaround for issue with older python versions.
1 parent 3395dac commit b6bf01a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

setup.py

-6
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
# a bug workaround. http://bugs.python.org/issue15881
18-
try:
19-
import multiprocessing
20-
except ImportError:
21-
pass
22-
2317
import setuptools
2418
import ryu.hooks
2519

0 commit comments

Comments
 (0)