projects
/
pgwui_core
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc635ed
)
Pass flake8
author
Karl O. Pinc
<kop@meme.com>
Sun, 21 Oct 2018 19:11:31 +0000
(14:11 -0500)
committer
Karl O. Pinc
<kop@meme.com>
Sun, 21 Oct 2018 19:11:31 +0000
(14:11 -0500)
src/pgwui_core/form_constants.py
patch
|
blob
|
history
diff --git
a/src/pgwui_core/form_constants.py
b/src/pgwui_core/form_constants.py
index 13840dad4bb9789cd0a53e3697edcf54f87b91e6..932c20a593ecd380faa9f9ba1afa89884b8b484c 100644
(file)
--- a/
src/pgwui_core/form_constants.py
+++ b/
src/pgwui_core/form_constants.py
@@
-23,7
+23,7
@@
# The various important containers.
LIVE_DB = 'gombemi'
-TEST_DB
= 'gombemi_test'
+TEST_DB = 'gombemi_test'
DEFAULT_SCHEMA = 'gombemi'
CSV = 'csv'
@@
-33,5
+33,5
@@
TAB = 'tab'
# (That these exist is a sign that we're not really utilizing our toolset.)
CSV_VALUE = CSV
TAB_VALUE = TAB
-CHECKED
= 'checked="checked"'
+CHECKED = 'checked="checked"'
UNCHECKED = ''