X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/416821947ab11f490ec4c8953a155b205bc9203f..ee7151e50f812a368faff0be910e6db26e282680:/blib2to3/pgen2/grammar.py diff --git a/blib2to3/pgen2/grammar.py b/blib2to3/pgen2/grammar.py index b20b923..3ccf38f 100644 --- a/blib2to3/pgen2/grammar.py +++ b/blib2to3/pgen2/grammar.py @@ -13,7 +13,7 @@ fallback token code OP, but the parser needs the actual token code. """ # Python imports -import os.path +import os import pickle import tempfile