40
40
if getattr(sys, "frozen", None) is not None: # we run bzr.exe
41
47
# NOTE: _lib must be ahead of bzrlib or sax.saxutils (in olive) fails
42
48
here = os.path.dirname(__file__)
43
49
sys.path.insert(0, os.path.join(here, '_lib'))
44
50
sys.path.append(os.path.join(here, '_lib/gtk-2.0'))