Hi Tridge, Andrew Tridgell wrote: > The branch, master has been updated > via ffd48a79ee34dc90c0f6f16564c3a0de8b53d3d2 (commit) > from 8995491f59e7b6cee79b4249424e886f54f6b94d (commit) > > http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master > > > - Log ----------------------------------------------------------------- > commit ffd48a79ee34dc90c0f6f16564c3a0de8b53d3d2 > Author: Andrew Tridgell <[email protected]> > Date: Fri Sep 4 18:07:04 2009 +1000 > > s4:python fixed subunit tests of dcerpc > > The version of the unitest python module in Ubuntu Jaunty doesn't seem > to support this many level of subdirectories. Moving the tests up one > level solves the problem. This is probably caused by the fact that there is (no longer?) a __init__.py file in that directory. There has to be one for python to support it as a package directory. It may be empty though.
I don't have a current git repository here, but I wonder why the __init__.py file disappeared? Cheers, Jelmer
