Skip to content

Feature/python3 port

Tim Storer requested to merge feature/python3-port into master

Created by: twsswt

Main changes

  • Ensure that workflow class getattribute is called in actor.py (line 38) rather than the (Python 2) unbound object method getattribute.
  • Renaming of func_name, closure, etc to Python 3 API.
  • Removal of Nose for tests and replace with unittest
  • Replace Queue with queue

Merge request reports

Loading