Skip to content

Commit

Permalink
Update import example.
Browse files Browse the repository at this point in the history
  • Loading branch information
mckib2 committed Mar 7, 2018
1 parent 8aa8e5f commit 99588dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ Example - Import
^^^^^^^^^^^^^^^^
Import into python script::

from readMeasDataVB15 import readMeasDataVB15
from rawdatarinator.readMeasDataVB15 import readMeasDataVB15 as rmd
class DataLoader:
def __init__(self):
data = readMeasDataVB15('raw.dat')
data = rmd('raw.dat')
if __name__ == "__main__":
DataLoader()
Expand Down

0 comments on commit 99588dc

Please sign in to comment.