On Sep 22, 2006, at 10:35 PM, Peter Wilkinson wrote: > > On a similar note we have a number of customer collections of qp > sites which we have set up to be in separate directories. To do > this we made an override of get_sites in a locate Site class and a > change in the qp script to use our modified Site class. > > The changes we made to Site are: > > sites_package_name = 'sites' > > # COPIED FROM qp.lib.site.Site, since classmethod I think your class would behave the same way if you did not copy the get_sites() method. Setting the class attribute should suffice. > A clean way to specify the package name to the qp script would be > ideal. Do you mean as a command line option? I'll add it.