This commit is contained in:
Michel Oosterhof
2016-01-14 18:05:06 +00:00
parent 1c81547cf7
commit 96ac11fc41

View File

@ -1,6 +1,7 @@
"""A lexical analyzer class for simple shell-like syntaxes."""
# coding: UTF-8
"""A lexical analyzer class for simple shell-like syntaxes."""
# Module and documentation by Eric S. Raymond, 21 Dec 1998
# Input stacking and error message cleanup added by ESR, March 2000
# push_source() and pop_source() made explicit by ESR, January 2001.