diff options
Diffstat (limited to 'devel/py-ll-core/files/patch-setup.py')
-rw-r--r-- | devel/py-ll-core/files/patch-setup.py | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/py-ll-core/files/patch-setup.py b/devel/py-ll-core/files/patch-setup.py deleted file mode 100644 index 56b64cde4c1c..000000000000 --- a/devel/py-ll-core/files/patch-setup.py +++ /dev/null @@ -1,15 +0,0 @@ ---- setup.py.orig Sun Sep 24 14:59:57 2006 -+++ setup.py Sun Sep 24 15:00:21 2006 -@@ -7,11 +7,7 @@ - __version__ = "$Revision: 1.33 $"[11:-2] - # $Source: /data/cvsroot/LivingLogic/Python/core/setup.py,v $ - -- --try: -- import setuptools as tools --except ImportError: -- from distutils import core as tools -+from distutils import core as tools - - - DESCRIPTION = """ll-core is a collection of the following modules: |