aboutsummaryrefslogtreecommitdiff
path: root/afdo_redaction/redact_profile.py
diff options
context:
space:
mode:
Diffstat (limited to 'afdo_redaction/redact_profile.py')
-rwxr-xr-xafdo_redaction/redact_profile.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/afdo_redaction/redact_profile.py b/afdo_redaction/redact_profile.py
index f37199e3..d9f3d6ab 100755
--- a/afdo_redaction/redact_profile.py
+++ b/afdo_redaction/redact_profile.py
@@ -24,8 +24,6 @@ It reads a textual AFDO profile from stdin, and prints a 'fixed' version of it
to stdout. A summary of what the script actually did is printed to stderr.
"""
-from __future__ import division
-from __future__ import print_function
import collections
import re