X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e74117f172e29e8a980e2c9de929ad50d3769150..6aef6c9d458e8df88f510e94c18f216232b6a786:/blib2to3/pgen2/conv.py?ds=sidebyside 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