##// END OF EJS Templates
upgrade RTIMapPlot
upgrade RTIMapPlot

File last commit:

r1397:9109c52a497c
r1663:37cccf17c7b8 amisr_v4
Show More
easy_install-3.6
11 lines | 268 B | application/x-troff | GroffLexer
#!/home/soporte/workspace/schain/ENV_DIR/bin/python3
# -*- coding: utf-8 -*-
import re
import sys
from setuptools.command.easy_install import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
sys.exit(main())