aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/pysh/pyshyacc.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/pysh/pyshyacc.py')
-rw-r--r--lib/bb/pysh/pyshyacc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bb/pysh/pyshyacc.py b/lib/bb/pysh/pyshyacc.py
index e8e80aac4..ba4cefdcb 100644
--- a/lib/bb/pysh/pyshyacc.py
+++ b/lib/bb/pysh/pyshyacc.py
@@ -10,11 +10,11 @@
import os.path
import sys
-import pyshlex
+import bb.pysh.pyshlex as pyshlex
tokens = pyshlex.tokens
from ply import yacc
-import sherrors
+import bb.pysh.sherrors as sherrors
class IORedirect:
def __init__(self, op, filename, io_number=None):