Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 836651 | Differences between
and this patch

Collapse All | Expand All

(-)a/setup.py (+2 lines)
Lines 4-9 Link Here
4
import warnings
4
import warnings
5
import sys
5
import sys
6
6
7
# bad
8
7
try:
9
try:
8
    from setuptools import setup, Command, find_packages
10
    from setuptools import setup, Command, find_packages
9
    setuptools_available = True
11
    setuptools_available = True

Return to bug 836651