]> andersk Git - sql.git/blob - lib/python/mitsql/interface/display.py
local_is_backup
[sql.git] / lib / python / mitsql / interface / display.py
1 def db_list_entry(name, size_tot, size_max):
2     return '%s: %s/%s' % (name, size_tot, size_max)
This page took 0.050879 seconds and 5 git commands to generate.