From ef1a342277cdd9fadc4d3909f675c4b761896289 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Fri, 16 Nov 2018 23:25:55 -0600 Subject: [PATCH] Add heading comment --- src/pgwui_core/constants.py | 3 +++ 1 file changed, 3 insertions(+) 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' -- 2.34.1