Skip to content

Commit

Permalink
_multiprocessing as _multiprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Nov 2, 2020
1 parent 36ac4fa commit 484a60e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions py3.3/_multiprocess/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from _multiprocessing import *
1 change: 1 addition & 0 deletions py3.4/_multiprocess/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from _multiprocessing import *
1 change: 1 addition & 0 deletions py3.5/_multiprocess/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from _multiprocessing import *
1 change: 1 addition & 0 deletions py3.6/_multiprocess/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from _multiprocessing import *
1 change: 1 addition & 0 deletions py3.7/_multiprocess/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from _multiprocessing import *
1 change: 1 addition & 0 deletions py3.8/_multiprocess/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from _multiprocessing import *

0 comments on commit 484a60e

Please sign in to comment.