]> andersk Git - sql.git/blobdiff - lib/python/mitsql/interface/display.py
implemented base interface
[sql.git] / 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 (file)
index 0000000..e39d1ae
--- /dev/null
@@ -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
This page took 0.028795 seconds and 4 git commands to generate.