diff options
Diffstat (limited to 'bitbake/lib/ply/yacc.py')
-rw-r--r-- | bitbake/lib/ply/yacc.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/ply/yacc.py b/bitbake/lib/ply/yacc.py index 381b50cf0b..529f85b081 100644 --- a/bitbake/lib/ply/yacc.py +++ b/bitbake/lib/ply/yacc.py | |||
@@ -1122,7 +1122,6 @@ class LRParser: | |||
1122 | # manipulate the rules that make up a grammar. | 1122 | # manipulate the rules that make up a grammar. |
1123 | # ----------------------------------------------------------------------------- | 1123 | # ----------------------------------------------------------------------------- |
1124 | 1124 | ||
1125 | import re | ||
1126 | 1125 | ||
1127 | # regex matching identifiers | 1126 | # regex matching identifiers |
1128 | _is_identifier = re.compile(r'^[a-zA-Z0-9_-]+$') | 1127 | _is_identifier = re.compile(r'^[a-zA-Z0-9_-]+$') |