aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/deb
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-11-12 18:38:41 +0100
committerGuido Günther <agx@sigxcpu.org>2017-11-12 18:38:41 +0100
commit758908b3b08cd94d412b3d146d7be9bb1256dc25 (patch)
tree815dd8cbf8af210d71ee228e8ce3223832913906 /gbp/deb
parentff03bec0707b4566a4f0e0228a942c1ceedab662 (diff)
print is a function in Python3
Gbp-Dch: Ignore
Diffstat (limited to 'gbp/deb')
-rw-r--r--gbp/deb/changelog.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gbp/deb/changelog.py b/gbp/deb/changelog.py
index b5813693..bcda3f4c 100644
--- a/gbp/deb/changelog.py
+++ b/gbp/deb/changelog.py
@@ -16,8 +16,6 @@
# <http://www.gnu.org/licenses/>
"""A Debian Changelog"""
-from __future__ import print_function
-
import email
import os
import subprocess