forked from pool/python-mockito
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mockito?expand=0&rev=1
13 lines
284 B
Diff
13 lines
284 B
Diff
--- a/setup.py 2013-07-18 16:45:32.380000000 +0000
|
|
+++ b/setup.py 2013-07-18 16:45:37.652000000 +0000
|
|
@@ -1,9 +1,6 @@
|
|
#!/usr/bin/env python
|
|
# coding: utf-8
|
|
|
|
-from distribute_setup import use_setuptools
|
|
-use_setuptools()
|
|
-
|
|
try:
|
|
from setuptools import setup
|
|
except ImportError:
|