From: Karl O. Pinc Date: Sat, 17 Nov 2018 05:25:55 +0000 (-0600) Subject: Add heading comment X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=ef1a342277cdd9fadc4d3909f675c4b761896289;p=pgwui_core Add heading comment --- diff --git a/src/pgwui_core/constants.py b/src/pgwui_core/constants.py index 12007fc..03d9cbb 100644 --- a/src/pgwui_core/constants.py +++ b/src/pgwui_core/constants.py @@ -26,6 +26,9 @@ TEST_DB = 'gombemi_test' DEFAULT_SCHEMA = 'gombemi' + +# Form values + CSV = 'csv' TAB = 'tab'