Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alexandre Bulté
validata-ui
Commits
c1a0f521
Commit
c1a0f521
authored
Dec 03, 2018
by
Christophe Benz
Browse files
Remove useless "shebangs"
parent
701345d9
Changes
5
Hide whitespace changes
Inline
Side-by-side
validata_ui/__init__.py
View file @
c1a0f521
#!/usr/bin/env python3
from
pathlib
import
Path
from
pathlib
import
Path
from
urllib.parse
import
quote_plus
from
urllib.parse
import
quote_plus
...
...
validata_ui/ui_util.py
View file @
c1a0f521
#!/usr/bin/env python3
"""
"""
Util UI functions
Util UI functions
"""
"""
...
...
validata_ui/validata_util.py
View file @
c1a0f521
#!/usr/bin/env python3
""" Call validation code """
""" Call validation code """
import
logging
import
logging
...
...
validata_ui/validate_helper.py
View file @
c1a0f521
#!/usr/bin/env python3
""" Call validation code """
""" Call validation code """
import
logging
import
logging
...
...
validata_ui/views.py
View file @
c1a0f521
#!/usr/bin/env python3
"""
"""
Routes
Routes
"""
"""
...
...
Write
Preview
Supports
Markdown
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