Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Validata
validata-ui
Commits
c1a0f521
Commit
c1a0f521
authored
Dec 03, 2018
by
Christophe Benz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove useless "shebangs"
parent
701345d9
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
5 deletions
+0
-5
validata_ui/__init__.py
validata_ui/__init__.py
+0
-1
validata_ui/ui_util.py
validata_ui/ui_util.py
+0
-1
validata_ui/validata_util.py
validata_ui/validata_util.py
+0
-1
validata_ui/validate_helper.py
validata_ui/validate_helper.py
+0
-1
validata_ui/views.py
validata_ui/views.py
+0
-1
No files found.
validata_ui/__init__.py
View file @
c1a0f521
#!/usr/bin/env python3
from
pathlib
import
Path
from
urllib.parse
import
quote_plus
...
...
validata_ui/ui_util.py
View file @
c1a0f521
#!/usr/bin/env python3
"""
Util UI functions
"""
...
...
validata_ui/validata_util.py
View file @
c1a0f521
#!/usr/bin/env python3
""" Call validation code """
import
logging
...
...
validata_ui/validate_helper.py
View file @
c1a0f521
#!/usr/bin/env python3
""" Call validation code """
import
logging
...
...
validata_ui/views.py
View file @
c1a0f521
#!/usr/bin/env python3
"""
Routes
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment