# | Line 1 | Line 1 | |
---|---|---|
1 | < | #!/home/jsoc/bin/linux_x86_64/activepython |
1 | > | #!/usr/bin/python |
2 | ||
3 | # When run with the -s flag, localize.py configures the SUMS-server component of NetDRMS. | |
4 | < | |
4 | > | from __future__ import print_function |
5 | import sys | |
6 | import getopt | |
7 | import re |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |