From: W. Trevor King Date: Thu, 18 Jun 2009 00:22:56 +0000 (-0400) Subject: Bumped to version 0.4. X-Git-Tag: v0.4~30^2~10 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dd5f37d717a0b91c9fe14c16919653d36b1f15c3;p=pyafm.git Bumped to version 0.4. Updated to depend on newly packaged piezo package. --- diff --git a/calibcant/config.py b/calibcant/config.py index c6648dc..131651d 100644 --- a/calibcant/config.py +++ b/calibcant/config.py @@ -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