iotop/iotop-0.2-setuptools.patch

12 lines
343 B
Diff
Raw Normal View History

2008-05-26 15:35:57 +00:00
diff -upNr iotop-0.2.orign/setup.py iotop-0.2/setup.py
--- iotop-0.2.orign/setup.py 2008-05-23 00:27:55.000000000 +0200
+++ iotop-0.2/setup.py 2008-05-26 17:25:23.000000000 +0200
@@ -2,7 +2,6 @@
import sys
2009-05-19 12:55:35 +00:00
-sys.path.insert(0, 'setuptools-0.6c9-py2.4.egg')
2008-05-26 15:35:57 +00:00
from setuptools import setup, find_packages
from iotop.version import VERSION