Verified Commit 521196ac authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

import the __future__



Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent fb5e8c1a
Pipeline #111644 passed with stage
in 4 minutes and 39 seconds
...@@ -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'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment