-
Committer:
John Arbash Meinel
-
Date:
2007-07-12 05:26:01 UTC
-
mto:
This revision was merged to the branch mainline in
revision
2643.
-
Revision ID:
john@arbash-meinel.com-20070712052601-n0bcu3r5nlu1skj4
Found an import dependency bug if the compiled version is not available.
Basically, we need a constant from dirstate.py, but we can't import the module directly
because before the module finishes loading, it imports _dirstate_helper*.
but bzrlib.dirstate.DirState *has* been defined at that point,
so we can import it.
But now the tests pass with and without running 'make' first.