projects
/
unfold-protein.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8c45d0
)
config: No need to import FFT_tools.window_hann
author
W. Trevor King
<wking@tremily.us>
Mon, 27 May 2013 10:18:33 +0000
(06:18 -0400)
committer
W. Trevor King
<wking@tremily.us>
Mon, 27 May 2013 10:18:33 +0000
(06:18 -0400)
unfold_protein/config.py
patch
|
blob
|
history
diff --git
a/unfold_protein/config.py
b/unfold_protein/config.py
index d0b137b4a543e389015ac10ae70348319b9fe217..5c6c288062dd667be05798f796ff8e4df5d088dd 100644
(file)
--- 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