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
mentors.debian.net
debexpo
Commits
521196ac
Verified
Commit
521196ac
authored
Feb 23, 2020
by
Mattia Rizzolo
Browse files
import the __future__
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
fb5e8c1a
Pipeline
#111644
passed with stage
in 4 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
debexpo/importer/importer.py
View file @
521196ac
...
@@ -28,6 +28,8 @@
...
@@ -28,6 +28,8 @@
""" Executable script to import new packages. """
""" Executable script to import new packages. """
from
__future__
import
print_function
__author__
=
'Jonny Lamb'
__author__
=
'Jonny Lamb'
__copyright__
=
'Copyright © 2008 Jonny Lamb'
__copyright__
=
'Copyright © 2008 Jonny Lamb'
__license__
=
'MIT'
__license__
=
'MIT'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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