37
37
commands.Option('verify', help='verify added texts'),
38
38
commands.Option('cache', help='Aggresively cache'),
39
39
commands.Option('size', help='Aggressive size'),
43
44
def run(self, file=None, sync_snapshots=False, snapshot_interval=26,
44
45
lsprof_timed=False, dump=False, extract=False, single=False,
45
46
verify=False, outfile=None, memory=False, cache=False,
47
48
file_weave = get_file_weave(file)
48
49
url = file_weave.transport.abspath(file_weave.filename)
51
50
print >> sys.stderr, 'Importing: %s' % \
52
51
urlutils.local_path_from_url(url)