Bumped to version 0.4.
authorW. Trevor King <wking@drexel.edu>
Thu, 18 Jun 2009 00:22:56 +0000 (20:22 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 18 Jun 2009 00:24:51 +0000 (20:24 -0400)
Updated to depend on newly packaged piezo package.

calibcant/calibrate.py

index 7986ccb43c4ad727f7d1f26ce648ff306d83dd12..a485bf4dc524edab8a5b9c537c63d34341ddf4c7 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # calibcant - tools for thermally calibrating AFM cantilevers
 #
-# Copyright (C) 2007,2008, William Trevor King
+# Copyright (C) 2007-2009 William Trevor King
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
@@ -104,7 +104,7 @@ which make automating the calibration procedure more straightforward.
 
 import numpy
 import time 
-import z_piezo_utils
+import piezo.z_piezo_utils as z_piezo_utils
 from splittable_kwargs import splittableKwargsFunction, \
     make_splittable_kwargs_function
 import FFT_tools