make py lib a self-contained directory again

- move and merge _py/ bits back to py/
- fixes all around

--HG--
branch : trunk
This commit is contained in:
holger krekel
2009-11-04 21:34:07 +01:00
parent 4dd6c7679d
commit b04a04cabd
160 changed files with 294 additions and 281 deletions

View File

@@ -1,7 +1,7 @@
import py
import os
from _py._com import Registry, MultiCall, HookRelay, varnames
from py.impl._com import Registry, MultiCall, HookRelay, varnames
def test_varnames():
def f(x):

View File

@@ -1,6 +1,6 @@
import py
from _py.xmlgen import unicode, html
from py.impl.xmlgen import unicode, html
class ns(py.xml.Namespace):
pass