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/config.py

index c6648dc4a09f8606c8be1e6edb6283c3cd1dc547..131651db760b0ac9641794533bd7d3797d90b4fd 100644 (file)
@@ -1,6 +1,6 @@
 # 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
@@ -24,7 +24,7 @@
 """Define some variables to configure the package for a particular lab
 and workflow."""
 
-import z_piezo
+import piezo.z_piezo as z_piezo
 
 DEFAULT_TEMP = 22  # assume 22 deg C
 LOG_DATA = True  # quietly grab all real-world data and log to LOG_DIR