[PATCH] Rename posix to hgposix to prevent name clash (issue1575)

Lee Cantey lcantey at gmail.com
Wed Apr 1 18:56:11 CDT 2009


On Tue, Mar 31, 2009 at 1:47 AM, Christian Ebert <blacktrash at gmx.net> wrote:
> Hi,
>
> I don't know _exactly_ why there is a collision but this fixes it
> for me.
>

The module 'posix' is a builtin:

>>> sys.modules['posix']
<module 'posix' (built-in)>


More information about the Mercurial-devel mailing list