Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 276018
Collapse All | Expand All

(-)mozilla-1.9.1/xpcom/idl-parser/xpidl.py.old (-1 / +1 lines)
Lines 42-48 Link Here
42
42
43
import sys, os.path, re
43
import sys, os.path, re
44
44
45
sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir,
45
sys.path.insert(0, os.path.join(os.path.dirname(__file__), os.pardir, os.pardir,
46
                             'other-licenses', 'ply'))
46
                             'other-licenses', 'ply'))
47
from ply import lex, yacc
47
from ply import lex, yacc
48
48

Return to bug 276018