X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/faaa2c8d59cd6f6321acec0b3126835b445e3080..6aef6c9d458e8df88f510e94c18f216232b6a786:/blib2to3/pgen2/conv.py

diff --git a/blib2to3/pgen2/conv.py b/blib2to3/pgen2/conv.py
index ed0cac5..dd70752 100644
--- a/blib2to3/pgen2/conv.py
+++ b/blib2to3/pgen2/conv.py
@@ -27,7 +27,7 @@ without having to invoke the Python pgen C program.
 """
 
 # Python imports
-import re
+import regex as re
 
 # Local imports
 from pgen2 import grammar, token