Skip to content

Commit 4ed8863

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Cleanup py27 support"
2 parents 16634e3 + 2c5edad commit 4ed8863

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

setup.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,8 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
1716
import setuptools
1817

19-
# In python < 2.7.4, a lazy loading of package `pbr` will break
20-
# setuptools if some other modules registered functions in `atexit`.
21-
# solution from: http://bugs.python.org/issue15881#msg170215
22-
try:
23-
import multiprocessing # noqa
24-
except ImportError:
25-
pass
26-
2718
setuptools.setup(
2819
setup_requires=['pbr>=1.8'],
2920
pbr=True)

0 commit comments

Comments
 (0)