Changeset 1333

Show
Ignore:
Timestamp:
07/11/08 16:28:21 (3 months ago)
Author:
thomase
Message:

updating docstring for current usage

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • BADataMunger/trunk/batlaspipe.py

    r1332 r1333  
    2929     
    3030import batlaspipe as bp 
    31 p = bp.Pipe(r'./config/BATL038_config.xml', r'/Users/tom/Sandbox/pleiades/wordhtml/BATL038_.htm', r'/Users/tom/Sandbox/scratch/batlasid38') 
    32 p.cycle() 
     31p = batlaspipe.Pipe('config/BATL022_config.xml', 'etc/wordhtml/BATL022_.htm', 'scratch')p.cycle() 
    3332p.idit() 
    3433p.outit()