mercurial/__init__.py
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
Tue, 14 Sep 2010 23:00:39 +0200
changeset 12686 fe31f834a9ff
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
demandimport: fix an obscure corner-case. Python's __import__() function has 'level' as the fourth argument, not the third. The code path in question probably never worked. (This was seen trying to run Mercurial in PyPy. Fixing this made it die somewhere else...)