Skip to content

Commit

Permalink
Remove workaround for issue with older python versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmoguy committed Jun 8, 2020
1 parent 3395dac commit b6bf01a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b6bf01a

Please sign in to comment.