diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-11-27 20:26:02 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-11-27 20:26:02 +0100 |
commit | 178324a0eea184930a3f7eb58cd85861f1acd97e (patch) | |
tree | e476141d7ce00e4bd55d8eae8dc026c705345c2f /rtool | |
parent | bf773f822ce948e8d72fdf6676c1fdb6de829cc3 (diff) | |
download | mitmproxy-178324a0eea184930a3f7eb58cd85861f1acd97e.tar.gz mitmproxy-178324a0eea184930a3f7eb58cd85861f1acd97e.tar.bz2 mitmproxy-178324a0eea184930a3f7eb58cd85861f1acd97e.zip |
remove unicode_literals
Diffstat (limited to 'rtool')
-rwxr-xr-x | rtool | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/env python from __future__ import ( - absolute_import, print_function, division, unicode_literals + absolute_import, print_function, division ) from os.path import join import contextlib |