diff options
-rw-r--r-- | bitbake/lib/bb/pysh/pyshlex.py | 5 |
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. |
15 | import re | 15 | import re |
16 | try: | ||
17 | s = set() | ||
18 | del s | ||
19 | except NameError: | ||
20 | from Set import Set as set | ||
21 | 16 | ||
22 | from ply import lex | 17 | from ply import lex |
23 | from bb.pysh.sherrors import * | 18 | from bb.pysh.sherrors import * |