The error path in the new repository __new__ constructor seems wrong: it
makes use of "self" as in a standard method, leading to eg.:

  File "/export/work/yann/tailor/tailor/vcpx/project.py", line 186, in 
__loadRepository
    return Repository(repname, self, which)
  File "/export/work/yann/tailor/tailor/vcpx/repository/__init__.py", line 40, 
in __new__
    self.log.exception("Cannot import %r from %r", kind, modname)
NameError: global name 'self' is not defined

Not sure how best to handle that.

-- 
Yann Dirson    <[EMAIL PROTECTED]> |
Debian-related: <[EMAIL PROTECTED]> |   Support Debian GNU/Linux:
                                    |  Freedom, Power, Stability, Gratis
     http://ydirson.free.fr/        | Check <http://www.debian.org/>
_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor

Reply via email to