Commit cffed4df4044ad9962ac950cc2f66925ea377f7a

Authored by tatiana
1 parent 2f54fa44

ENH: Forcing Python 2.6

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/invesalius.py
1   -#!/usr/bin/env python
  1 +#!/usr/bin/env python2.6
2 2 # NOTE: #!/usr/local/bin/python simply will *not* work if python is not
3 3 # installed in that exact location and, therefore, we're using the code
4 4 # above
... ...