Added calibration file support to the JPK driver.
[hooke.git] / hooke / driver / tutorial.py
index adcaf2cec1529d7b87d6f3d1cda3338325c19e47..42204d3d5670665fae4b99832e54ad1350825e72 100644 (file)
@@ -120,7 +120,7 @@ class TutorialDriver (Driver):
             return True
         return False
 
-    def read(self, path):
+    def read(self, path, info=None):
         f = open(path,'r') # open the file for reading
         """In this case, we have a data format that is just a list of
         ASCII values, so we can just divide that in rows, and generate