summaryrefslogtreecommitdiff
path: root/sysutils/py-filelike/files/patch-setup.py
blob: 560c4728d732e3a8bac8fd5a47e95976820d3750 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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