File: 02_eggify.diff

package info (click to toggle)
python-cherrypy 2.2.1-3
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 796 kB
  • ctags: 1,079
  • sloc: python: 7,869; makefile: 15
file content (12 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
--- setup.py~	2006-04-24 22:37:55.000000000 -0300
+++ setup.py	2006-06-04 23:02:07.000000000 -0300
@@ -6,7 +6,8 @@
 to install this package.
 """
 
-from distutils.core import setup
+#from distutils.core import setup
+from setuptools import setup
 from distutils.command.install import INSTALL_SCHEMES
 import sys
 import os