Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bug on Python 3.4 where unpacking 2 lists in argument doesn't
work. Turns out unpacking multiple lists in a function's argument is new in Python 3.5 (PEP 448).
- Loading branch information