From: W. Trevor King Date: Mon, 27 May 2013 10:18:33 +0000 (-0400) Subject: config: No need to import FFT_tools.window_hann X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c9e70fe63d06efc6c6f9a8aba7289a65debd129f;p=unfold-protein.git config: No need to import FFT_tools.window_hann --- diff --git a/unfold_protein/config.py b/unfold_protein/config.py index d0b137b..5c6c288 100644 --- a/unfold_protein/config.py +++ b/unfold_protein/config.py @@ -21,7 +21,6 @@ and workflow.""" import os.path as _os_path import sys as _sys -from FFT_tools import window_hann as _window_hann import h5config.config as _config import h5config.tools as _h5config_tools import numpy as _numpy