aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/pysh/pyshlex.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/pysh/pyshlex.py')
-rw-r--r--lib/bb/pysh/pyshlex.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/bb/pysh/pyshlex.py b/lib/bb/pysh/pyshlex.py
index fbf094b7a..a42c29446 100644
--- a/lib/bb/pysh/pyshlex.py
+++ b/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 *