Oops, forgot patch.

This commit is contained in:
konradm 2008-10-31 20:39:40 +00:00
parent a0dfd2625f
commit 1769906cf5
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
diff -r -U 3 sympy-0.6.2.orig/sympy/mpmath/elliptic.py sympy-0.6.2/sympy/mpmath/elliptic.py
--- sympy-0.6.2.orig/sympy/mpmath/elliptic.py 2008-08-17 08:00:28.000000000 -0700
+++ sympy-0.6.2/sympy/mpmath/elliptic.py 2008-10-13 13:03:31.000000000 -0700
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
"""
elliptic.py
diff -r -U 3 sympy-0.6.2.orig/sympy/mpmath/tests/test_elliptic.py sympy-0.6.2/sympy/mpmath/tests/test_elliptic.py
--- sympy-0.6.2.orig/sympy/mpmath/tests/test_elliptic.py 2008-08-17 08:00:28.000000000 -0700
+++ sympy-0.6.2/sympy/mpmath/tests/test_elliptic.py 2008-10-13 13:03:52.000000000 -0700
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
"""
Limited tests of the elliptic functions module. A full suite of
extensive testing can be found in elliptic_torture_tests.py
diff -r -U 3 sympy-0.6.2.orig/sympy/solvers/numeric.py sympy-0.6.2/sympy/solvers/numeric.py
--- sympy-0.6.2.orig/sympy/solvers/numeric.py 2008-08-17 08:00:30.000000000 -0700
+++ sympy-0.6.2/sympy/solvers/numeric.py 2008-10-13 13:03:23.000000000 -0700
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
# TODO: * calculate J numerically
# * better exceptions for bad input
# * solving overdetermined systems with Gauss-Newton algorithm
diff -r -U 3 sympy-0.6.2.orig/sympy/utilities/compilef.py sympy-0.6.2/sympy/utilities/compilef.py
--- sympy-0.6.2.orig/sympy/utilities/compilef.py 2008-08-17 08:00:31.000000000 -0700
+++ sympy-0.6.2/sympy/utilities/compilef.py 2008-10-13 13:03:10.000000000 -0700
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
# needs access to libtcc and math.h
# TODO: *get tcc errors (currently something like 'Unknown error 3217941984',
# this makes debugging painful)