Author: shadzik Date: Mon Dec 3 16:44:56 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - new - raw by Kamil Jakubowski <jakubowski dot kamil at 3vnet dot pl>
---- Files affected: SOURCES: twill-setup.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/twill-setup.patch diff -u /dev/null SOURCES/twill-setup.patch:1.1 --- /dev/null Mon Dec 3 17:44:56 2007 +++ SOURCES/twill-setup.patch Mon Dec 3 17:44:51 2007 @@ -0,0 +1,14 @@ +--- setup.py.orig 2007-03-10 14:32:11.000000000 +0000 ++++ setup.py 2007-03-10 14:32:23.000000000 +0000 +@@ -1,10 +1,6 @@ + #!/usr/bin/env python + +-try: +- from setuptools import setup +-except ImportError: +- print '(WARNING: importing distutils, not setuptools!)' +- from distutils.core import setup ++from distutils.core import setup + + #### twill info. + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
