diff options
Diffstat (limited to 'bitbake/lib/bb/pysh/pyshyacc.py')
| -rw-r--r-- | bitbake/lib/bb/pysh/pyshyacc.py | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/pysh/pyshyacc.py b/bitbake/lib/bb/pysh/pyshyacc.py index a40d72c888..e8e80aac45 100644 --- a/bitbake/lib/bb/pysh/pyshyacc.py +++ b/bitbake/lib/bb/pysh/pyshyacc.py  | |||
| @@ -649,7 +649,6 @@ def p_error(p): | |||
| 649 | try: | 649 | try: | 
| 650 | import pyshtables | 650 | import pyshtables | 
| 651 | except ImportError: | 651 | except ImportError: | 
| 652 | import os | ||
| 653 | outputdir = os.path.dirname(__file__) | 652 | outputdir = os.path.dirname(__file__) | 
| 654 | if not os.access(outputdir, os.W_OK): | 653 | if not os.access(outputdir, os.W_OK): | 
| 655 | outputdir = '' | 654 | outputdir = '' | 
