mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
fix
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
"""A lexical analyzer class for simple shell-like syntaxes."""
|
|
||||||
# coding: UTF-8
|
# coding: UTF-8
|
||||||
|
|
||||||
|
"""A lexical analyzer class for simple shell-like syntaxes."""
|
||||||
|
|
||||||
# Module and documentation by Eric S. Raymond, 21 Dec 1998
|
# Module and documentation by Eric S. Raymond, 21 Dec 1998
|
||||||
# Input stacking and error message cleanup added by ESR, March 2000
|
# Input stacking and error message cleanup added by ESR, March 2000
|
||||||
# push_source() and pop_source() made explicit by ESR, January 2001.
|
# push_source() and pop_source() made explicit by ESR, January 2001.
|
||||||
|
Reference in New Issue
Block a user