aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/utils.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-06-02 12:37:24 +1200
committerAldo Cortesi <aldo@nullcube.com>2016-06-02 12:37:24 +1200
commit3d9dbd6a4940cc7fe6f65cbb257aaeacd1eab1ee (patch)
tree04f24b6cbd21ed6140f588b56610fb0fc67ca493 /pathod/utils.py
parentcccdc9842648518de7ee48ce461801954fc334c8 (diff)
downloadmitmproxy-3d9dbd6a4940cc7fe6f65cbb257aaeacd1eab1ee.tar.gz
mitmproxy-3d9dbd6a4940cc7fe6f65cbb257aaeacd1eab1ee.tar.bz2
mitmproxy-3d9dbd6a4940cc7fe6f65cbb257aaeacd1eab1ee.zip
xrepr is used exactly once. move to pathoc.py.
Diffstat (limited to 'pathod/utils.py')
-rw-r--r--pathod/utils.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pathod/utils.py b/pathod/utils.py
index 1b6ef3ef..96b54ab8 100644
--- a/pathod/utils.py
+++ b/pathod/utils.py
@@ -28,10 +28,6 @@ def parse_anchor_spec(s):
return tuple(s.split("=", 1))
-def xrepr(s):
- return repr(s)[1:-1]
-
-
def escape_unprintables(s):
"""
Like inner_repr, but preserves line breaks.