-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix class DBFilter().output() to pass its unit test with Python3
- Fix Element() takes at least 1 argument (0 given) - Fix for sax.parseString() arg: TypeError: a bytes-like object is required, not 'str' - Fix NameError: name 'unicode' is not defined when converting unicode - Decode bytes to str before using `re` to matching using str patterns Signed-off-by: Bernhard Kaindl <[email protected]>
- Loading branch information
1 parent
6397254
commit 82b8121
Showing
1 changed file
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters