summaryrefslogtreecommitdiff
path: root/math/py-Scientific/files/printpypath.py
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-Scientific/files/printpypath.py')
-rw-r--r--math/py-Scientific/files/printpypath.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/math/py-Scientific/files/printpypath.py b/math/py-Scientific/files/printpypath.py
deleted file mode 100644
index aa53572f19c..00000000000
--- a/math/py-Scientific/files/printpypath.py
+++ /dev/null
@@ -1,5 +0,0 @@
-from distutils.sysconfig import get_python_inc
-from distutils.sysconfig import get_python_lib
-
-print "PYINC=" + get_python_inc(0, "")
-print "PYSITELIB=" + get_python_lib(0, 0, "")