summaryrefslogtreecommitdiff
path: root/py/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/utils.py')
-rw-r--r--py/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/utils.py b/py/utils.py
index 9539d84..22d4079 100644
--- a/py/utils.py
+++ b/py/utils.py
@@ -5,6 +5,7 @@ import json
import urllib.error
import urllib.request
import socket
+import re
from urllib.error import URLError
is_debugging = vim.eval("g:vim_ai_debug") == "1"