On Wed, Oct 26, 2011 at 10:52:43AM +0200, Michael Hanselmann wrote: > Am 26. Oktober 2011 09:55 schrieb Iustin Pop <[email protected]>: > > On Mon, Oct 24, 2011 at 06:46:42PM +0200, Michael Hanselmann wrote: > >> --- a/lib/rpc.py > >> +++ b/lib/rpc.py > >> +# Special module generated at build time > >> +from ganeti import _generated_rpc > > > > Argh, forgot to mention: does this need Makefile.am dependency changes? > > Not beyond what's already done in the patch adding “_generated_rpc”. > rpc.py isn't built, hence it doesn't need a dependency in Makefile.
Sure, but importing or using rpc can't be done until _generated_rpc is built. I guess the BUILT_PYTHON_SOURCES takes care of that. thanks, iustin
