summaryrefslogtreecommitdiff
path: root/pygments/lexers/_lua_builtins.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/lexers/_lua_builtins.py')
-rw-r--r--pygments/lexers/_lua_builtins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/_lua_builtins.py b/pygments/lexers/_lua_builtins.py
index a31f6b3b..1d63c4c0 100644
--- a/pygments/lexers/_lua_builtins.py
+++ b/pygments/lexers/_lua_builtins.py
@@ -175,9 +175,9 @@ MODULES = {'basic': ('_G',
'utf8.offset')}
if __name__ == '__main__': # pragma: no cover
- import re
from urllib.request import urlopen
import pprint
+ import regex as re
# you can't generally find out what module a function belongs to if you
# have only its name. Because of this, here are some callback functions