2017-03-23 15:14:37 |
Aaron Bentley |
description |
The timeout script requires a top-level package, named "utility" to exist and provide until_timeout.
This is not something that jujupy should be installing.
- We could fix the import.
- We could remove the import by copying the imported code.
- We could perform timeout's functionality in-line, and remove timeout.
This blocks a 1.0 release. |
The timeout script requires a top-level package, named "utility" to exist and provide until_timeout.
This is not something that jujupy should be installing.
- We could fix the import. This might require using python -m.
- We could remove the import by copying the imported code.
- We could perform timeout's functionality in-line, and remove timeout.
This blocks a 1.0 release. |
|