Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
328ec7c2
Commit
328ec7c2
authored
Feb 23, 2017
by
Michael Bailey
Browse files
Add actual six import
parent
6984f5df
Pipeline
#944
passed with stage
in 1 minute and 11 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
go/go/forms.py
View file @
328ec7c2
...
...
@@ -17,7 +17,7 @@ from crispy_forms.bootstrap import StrictButton, PrependedText, Accordion, Accor
from
bootstrap3_datetime.widgets
import
DateTimePicker
from
datetime
import
date
,
datetime
,
timedelta
import
urllib
.request
# this probably isn't supposed to be formatted like this
from
six.moves
import
urllib
# this probably isn't supposed to be formatted like this
"""
The form that is used in URL creation.
...
...
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