-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit fixes the super() compatibility between Python 2 and 3 versions. The problem was resolved by passing the class name and an instance of self to the super() as arguments. TODO: There should be an instantiation checker for the search methods. When calling assertions() from base., please use super(ClassName, self).assertions() Author: ljvmiranda921 Email: ljvmiranda921@gmail.com
- Loading branch information
ljvmiranda921
committed
Sep 15, 2017
1 parent
7444c09
commit 39d8358
Showing
2 changed files
with
2 additions
and
2 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
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