- Timestamp:
- Jul 29, 2018 9:14:14 PM (5 years ago)
- Location:
- install
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
install/bootstrap.py
- Property svn:eol-style set to native
- Property svn:keywords set to Date Author Revision URL Id
r3514 r3515 4 4 import os, stat, sys, platform, subprocess, datetime 5 5 6 version = "$Id : 35xx$"6 version = "$Id$" 7 7 g2home = 'https://subversion.xray.aps.anl.gov/pyGSAS/' 8 8 path2GSAS2 = os.path.dirname(os.path.abspath(os.path.expanduser(__file__))) -
install/g2pkg/src/bootstrap.py
- Property svn:keywords set to Date Author Revision URL Id
r3514 r3515 4 4 import os, stat, sys, platform, subprocess, datetime 5 5 6 version = "$Id : 35xx$"6 version = "$Id$" 7 7 g2home = 'https://subversion.xray.aps.anl.gov/pyGSAS/' 8 8 path2GSAS2 = os.path.dirname(os.path.abspath(os.path.expanduser(__file__)))
Note: See TracChangeset
for help on using the changeset viewer.