|
|
def __init__(self, partition, table):
|
|
def __init__(self, partition, table):
|
|
|
self.sd = type('Sd', (object,), {'location': '%s/%s' % (table.path_location, ','.join(partition)),})
|
|
self.sd = type('Sd', (object,), {'location': '%s/%s' % (table.path_location, ','.join(partition)),})
|