![]() ![]() |
![]() |
version 1.23, 2015/04/20 18:57:53 | version 1.24, 2016/04/18 18:14:44 | ||
---|---|---|---|
|
| ||
import xml.etree.ElementTree as ET | import xml.etree.ElementTree as ET | ||
from subprocess import check_output, CalledProcessError | from subprocess import check_output, CalledProcessError | ||
if sys.version_info < (2, 7): | |||
raise Exception("You must run the 2.7 release, or a more recent release, of Python.") | |||
# Constants | # Constants | ||
VERS_FILE = 'jsoc_version.h' | VERS_FILE = 'jsoc_version.h' | ||
SDP_CFG = 'configsdp.txt' | SDP_CFG = 'configsdp.txt' |
|
Karen Tian |
Powered by ViewCVS 0.9.4 |