projects
/
pgwui_core
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d011abf
)
Add heading comment
author
Karl O. Pinc
<kop@meme.com>
Sat, 17 Nov 2018 05:25:55 +0000
(23:25 -0600)
committer
Karl O. Pinc
<kop@meme.com>
Sat, 17 Nov 2018 05:25:55 +0000
(23:25 -0600)
src/pgwui_core/constants.py
patch
|
blob
|
history
diff --git
a/src/pgwui_core/constants.py
b/src/pgwui_core/constants.py
index 12007fcf9c5f98d1fd3a50092d33b2dc0c722961..03d9cbb83b7fe243d890e625888e1cfb7212a77d 100644
(file)
--- 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'