Typo in SimpleAccess and refinement in SimpleTable -- allow any object, just turn into string
svn: r13911
This commit is contained in:
@@ -782,7 +782,7 @@ class SimpleAccess(object):
|
||||
@return: list of events in the database
|
||||
@rtype: list
|
||||
"""
|
||||
return self.__all_objects(self.dbase.get_events_cursor,
|
||||
return self.__all_objects(self.dbase.get_event_cursor,
|
||||
self.dbase.get_event_from_handle)
|
||||
|
||||
def all_sources(self):
|
||||
|
Reference in New Issue
Block a user