X-Git-Url: http://andersk.mit.edu/gitweb/sql.git/blobdiff_plain/5cb62ba942e735545295a8cce19be93688557719..e4fd5e1b03c4d9aa73a7be54558fcc61de619531:/lib/python/mitsql/interface/display.py diff --git a/lib/python/mitsql/interface/display.py b/lib/python/mitsql/interface/display.py new file mode 100644 index 0000000..e39d1ae --- /dev/null +++ b/lib/python/mitsql/interface/display.py @@ -0,0 +1,2 @@ +def db_list_entry(name, size_tot, size_max): + return '%s: %s/%s' % (name, size_tot, size_max) \ No newline at end of file