summaryrefslogtreecommitdiffstats
path: root/external/poky/bitbake/lib/bb/pysh/pyshlex.py
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /external/poky/bitbake/lib/bb/pysh/pyshlex.py
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'external/poky/bitbake/lib/bb/pysh/pyshlex.py')
-rw-r--r--external/poky/bitbake/lib/bb/pysh/pyshlex.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/external/poky/bitbake/lib/bb/pysh/pyshlex.py b/external/poky/bitbake/lib/bb/pysh/pyshlex.py
index fbf094b7..a42c2944 100644
--- a/external/poky/bitbake/lib/bb/pysh/pyshlex.py
+++ b/external/poky/bitbake/lib/bb/pysh/pyshlex.py
@@ -13,11 +13,6 @@
# PLY in pull mode. It was designed to work incrementally and it would not be
# that hard to enable pull mode.
import re
-try:
- s = set()
- del s
-except NameError:
- from Set import Set as set
from ply import lex
from bb.pysh.sherrors import *