Changeset 3beacab4 in sasview


Ignore:
Timestamp:
Apr 5, 2017 2:46:13 AM (7 years ago)
Author:
Tim Snow <tim.snow@…>
Children:
d619341
Parents:
7677b4d
Message:

Update URL for XML schema

Changed from svn.smallangles to cansas.org

Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sascalc/dataloader/readers/cansas_reader.py

    r7677b4d r3beacab4  
    10241024            url = "http://www.cansas.org/formats/1.1/" 
    10251025        else: 
    1026             url = "http://svn.smallangles.net/svn/canSAS/1dwg/trunk/" 
     1026            url = "http://www.cansas.org/formats/1.0/" 
    10271027        schema_location = "{0} {1}cansas1d.xsd".format(n_s, url) 
    10281028        attrib = {"{" + xsi + "}schemaLocation" : schema_location, 
Note: See TracChangeset for help on using the changeset viewer.