예제 #1
0
 def get_active(self, object):
     """overrule get_active, to support call as in Gramplets
     """
     return NavigationView.get_active(self)
예제 #2
0
 def get_active(self, obj):
     """overrule get_active, to support call as in Gramplets
     """
     dummy_obj = obj
     return NavigationView.get_active(self)
예제 #3
0
 def get_active(self, object):
     """overrule get_active, to support call as in Gramplets
     """
     return NavigationView.get_active(self)