aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pym/gentoolkit/equery/files.py')
-rw-r--r--pym/gentoolkit/equery/files.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pym/gentoolkit/equery/files.py b/pym/gentoolkit/equery/files.py
index 10c7fde..05c2235 100644
--- a/pym/gentoolkit/equery/files.py
+++ b/pym/gentoolkit/equery/files.py
@@ -6,8 +6,6 @@
"""List files owned by a given package."""
-from __future__ import print_function
-
__docformat__ = 'epytext'
# =======