webserver: Fix error caused by new --config option.
- Webserver couldn't unpickle the summary because the eris module hadn't imported tools.
This commit is contained in:
parent
55a8ca7849
commit
321ed11ffe
1 changed files with 3 additions and 0 deletions
|
|
@ -1189,3 +1189,6 @@ def entry_point():
|
|||
|
||||
if __name__ == "__main__":
|
||||
entry_point()
|
||||
|
||||
|
||||
import eris.tools as tools # Webserver needs this to unpickle the summary.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue