Changeset 1262


Ignore:
Timestamp:
09/11/06 16:49:04 (18 years ago)
Author:
mar637
Message:

fix stupidity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release2.1/test/file-io.py

    r1257 r1262  
    1010
    1111print "Test of file i/o"
    12 rc('plotter', storage='disk')
     12rc('scantable', storage='disk')
    1313data = scantable('data/tid-t002.rpf')
    1414del data
    15 rc('plotter',storage='memory')
     15rc('scantable',storage='memory')
    1616data = scantable('data/tid-t002.rpf')
    1717
Note: See TracChangeset for help on using the changeset viewer.