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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/pysh/pyshlex.py b/lib/bb/pysh/pyshlex.py
index b30123675..fbf094b7a 100644
--- a/lib/bb/pysh/pyshlex.py
+++ b/lib/bb/pysh/pyshlex.py
@@ -20,7 +20,7 @@ except NameError:
from Set import Set as set
from ply import lex
-from sherrors import *
+from bb.pysh.sherrors import *
class NeedMore(Exception):
pass