changeset 39:c6089f1ecc75

Use DataFile properly..
author Daniel O'Connor <darius@dons.net.au>
date Wed, 28 Sep 2011 12:31:23 +0930
parents 7d76b1d70096
children 3c01bd3f2786
files plotss.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plotss.py	Wed Sep 28 12:30:20 2011 +0930
+++ b/plotss.py	Wed Sep 28 12:31:23 2011 +0930
@@ -7,7 +7,7 @@
 import sys
 
 def doplot(fname):
-    dfile = DataFile(fname)
+    dfile = datafile.DataFile(fname)
     
     xdata = dfile.freqs / 1e6
     ydata = dfile.powers