1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/science/py-pydicom/files/patch-setup.py
Wen Heping 8c12caebf5 - Update to 0.9.4.1
- Update my email to FreeBSD

Feature safe:	yes
2010-06-25 02:39:08 +00:00

12 lines
328 B
Python

--- setup.py.orig 2010-06-25 10:22:29.000000000 +0800
+++ setup.py 2010-06-25 10:22:39.000000000 +0800
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-from distribute_setup import use_setuptools
-use_setuptools()
+#from distribute_setup import use_setuptools
+#use_setuptools()
from setuptools import setup, find_packages
import os