From c9e70fe63d06efc6c6f9a8aba7289a65debd129f Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 27 May 2013 06:18:33 -0400 Subject: [PATCH] config: No need to import FFT_tools.window_hann --- unfold_protein/config.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.26.2