<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- http_prompt/utils.py.orig	2021-03-05 17:17:16.000000000 +0300
+++ http_prompt/utils.py	2021-03-21 17:28:35.000000000 +0300
@@ -4,7 +4,7 @@
 import re
 import shlex

-from prompt_toolkit.shortcuts import create_output
+from prompt_toolkit.output.defaults import create_output


 RE_ANSI_ESCAPE = re.compile(r'\x1b[^m]*m')
</pre></body></html>