config: No need to import FFT_tools.window_hann
authorW. Trevor King <wking@tremily.us>
Mon, 27 May 2013 10:18:33 +0000 (06:18 -0400)
committerW. Trevor King <wking@tremily.us>
Mon, 27 May 2013 10:18:33 +0000 (06:18 -0400)
unfold_protein/config.py

index d0b137b4a543e389015ac10ae70348319b9fe217..5c6c288062dd667be05798f796ff8e4df5d088dd 100644 (file)
@@ -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