Closed olgabot closed 9 years ago
Right now, flotilla/external.py contains a bunch of code that interacts with external objects, but it should be "external code", i.e. code that we didn't write, e.g. six, joblib, and other single-file packages that we may want in our code.
flotilla/external.py
six
joblib
Note: This is related to Python 3 compatibility (https://github.com/YeoLab/flotilla/issues/23) since we'll want to use six to straddle the python2 and python3 codebases.
fixed here probably https://github.com/YeoLab/flotilla/pull/124
Right now,
flotilla/external.py
contains a bunch of code that interacts with external objects, but it should be "external code", i.e. code that we didn't write, e.g.six
,joblib
, and other single-file packages that we may want in our code.Note: This is related to Python 3 compatibility (https://github.com/YeoLab/flotilla/issues/23) since we'll want to use
six
to straddle the python2 and python3 codebases.