File: setup.py

package info (click to toggle)
python-pywcs 1.12-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 12,044 kB
  • ctags: 14,301
  • sloc: ansic: 31,568; lex: 6,170; fortran: 6,079; python: 4,345; sh: 3,479; sed: 408; makefile: 79
file content (8 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/env python
from __future__ import division # confidence high

try:
    import stsci.tools.stsci_distutils_hack as H
except ImportError:
    import stsci_distutils_hack as H
H.run()