details: http://hg.sympy.org/sympy/rev/6bfb268ef808 changeset: 1793:6bfb268ef808 user: Konrad Meyer <[EMAIL PROTECTED]> date: Mon Oct 13 22:45:28 2008 +0200 description: Remove 'shebang' style headers.
The following python modules have 'shebang' style headers (#!/usr/bin/python or such) but are not intended to be directly executed: sympy/utilities/compilef.py sympy/solvers/numeric.py sympy/mpmath/elliptic.py sympy/mpmath/tests/test_elliptic.py diffs (34 lines): diff -r 8b4b931bb77d -r 6bfb268ef808 sympy/mpmath/elliptic.py --- a/sympy/mpmath/elliptic.py Sat Oct 11 22:28:14 2008 +0200 +++ b/sympy/mpmath/elliptic.py Mon Oct 13 22:45:28 2008 +0200 @@ -1,4 +1,3 @@ -#!/usr/bin/env python """ elliptic.py diff -r 8b4b931bb77d -r 6bfb268ef808 sympy/mpmath/tests/test_elliptic.py --- a/sympy/mpmath/tests/test_elliptic.py Sat Oct 11 22:28:14 2008 +0200 +++ b/sympy/mpmath/tests/test_elliptic.py Mon Oct 13 22:45:28 2008 +0200 @@ -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 8b4b931bb77d -r 6bfb268ef808 sympy/solvers/numeric.py --- a/sympy/solvers/numeric.py Sat Oct 11 22:28:14 2008 +0200 +++ b/sympy/solvers/numeric.py Mon Oct 13 22:45:28 2008 +0200 @@ -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 8b4b931bb77d -r 6bfb268ef808 sympy/utilities/compilef.py --- a/sympy/utilities/compilef.py Sat Oct 11 22:28:14 2008 +0200 +++ b/sympy/utilities/compilef.py Mon Oct 13 22:45:28 2008 +0200 @@ -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) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy-commits" group. To post to this group, send email to sympy-commits@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sympy-commits?hl=en -~----------~----~----~----~------~----~------~--~---