From: W. Trevor King Date: Tue, 1 Jun 2010 12:30:56 +0000 (-0400) Subject: Use relative imports (PEP 328) for calibcant sibling imports. X-Git-Tag: v0.4~30^2~9 X-Git-Url: http://git.tremily.us/?p=pyafm.git;a=commitdiff_plain;h=0c1748806b530c8a4f10dcc4f5f5bd807ede5cf6 Use relative imports (PEP 328) for calibcant sibling imports. --- diff --git a/calibcant/config.py b/calibcant/config.py index 131651d..0594488 100644 --- a/calibcant/config.py +++ b/calibcant/config.py @@ -26,6 +26,7 @@ and workflow.""" 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 LOG_DIR = '$DEFAULT$/calibrate_cantilever'