summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/pysh/pyshlex.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/pysh/pyshlex.py')
-rw-r--r--bitbake/lib/bb/pysh/pyshlex.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/bitbake/lib/bb/pysh/pyshlex.py b/bitbake/lib/bb/pysh/pyshlex.py
index fbf094b7a9..a42c294464 100644
--- a/bitbake/lib/bb/pysh/pyshlex.py
+++ b/bitbake/lib/bb/pysh/pyshlex.py
@@ -13,11 +13,6 @@
13# PLY in pull mode. It was designed to work incrementally and it would not be 13# PLY in pull mode. It was designed to work incrementally and it would not be
14# that hard to enable pull mode. 14# that hard to enable pull mode.
15import re 15import re
16try:
17 s = set()
18 del s
19except NameError:
20 from Set import Set as set
21 16
22from ply import lex 17from ply import lex
23from bb.pysh.sherrors import * 18from bb.pysh.sherrors import *