Changeset 1226 for install


Ignore:
Timestamp:
Feb 20, 2014 11:19:35 AM (10 years ago)
Author:
toby
Message:

change to .xray.aps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install/bootstrap.py

    r1085 r1226  
    11#!/usr/bin/env python
    22import os, stat, sys, platform, subprocess
    3 home = 'https://subversion.xor.aps.anl.gov/pyGSAS/'
     3home = 'https://subversion.xray.aps.anl.gov/pyGSAS/'
    44print 70*'*'
    55print 'Checking python packages...',
     
    3636else:
    3737    raise Exception('Subversion (svn) not found')
    38 print ' found in',svn
     38print ' found svn in',svn
    3939print 'OK'
    4040
Note: See TracChangeset for help on using the changeset viewer.