*** empty log message ***

svn path=/trunk/boinc/; revision=2495
This commit is contained in:
Karl Chen 2003-10-17 04:39:13 +00:00
parent 627d94da2b
commit b35d512584
1 changed files with 0 additions and 1 deletions

View File

@ -176,7 +176,6 @@ def _select_count_objects(*args, **kwargs):
OBJECT_CACHE_SIZE = 1024
# TODO: use iterators/generators for find()
class DatabaseTable:
def __init__(self, table, columns, extra_columns=[],
select_args = None, sort_results = False):