Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix for MultiWidget.removeWidgets on Python 3
You can't iterate over zip() twice in Python 3. This used to clear self.widgets completely on Python 3. Luckily tests caught it. Fixes #13.
- Loading branch information