ports/sysutils/py-filelike/files/patch-setup.py
Yi-Jheng Lin ea9f1f1894 Add py-filelike 0.3.4, python module for building and manipulating
file-like object.

PR:		ports/138160
Submitted by:	Dikshie
Approved by:	rafan (co-mentor)
Feature safe:	yes
2009-09-18 01:50:25 +00:00

12 lines
244 B
Python

--- setup.py.orig
+++ setup.py
@@ -5,9 +5,6 @@
# This script is placed in the public domain.
#
-import ez_setup
-ez_setup.use_setuptools()
-
from setuptools import setup, find_packages
# Import to allow pertinent info to be extracted