using apipkg 1.0b2 snapshot version - adjusting/cleaning up some impl-detail accesses

--HG--
branch : trunk
This commit is contained in:
holger krekel
2009-10-27 21:31:42 +01:00
parent cc3404b832
commit 33bd39053f
10 changed files with 33 additions and 25 deletions
+3
View File
@@ -26,6 +26,9 @@ _py.apipkg.initpkg(__name__, dict(
# access to all posix errno's as classes
error = '_py.error:error',
_impldir = '_py._metainfo:impldir',
version = 'py:__version__', # backward compatibility
_com = {
'Registry': '_py._com:Registry',
'MultiCall': '_py._com:MultiCall',