move down py/impl/XYZ to py/_XYZ

--HG--
branch : trunk
This commit is contained in:
holger krekel
2010-01-13 17:15:54 +01:00
parent 5c27076d32
commit 9da1ba40ed
132 changed files with 229 additions and 231 deletions

View File

@@ -45,16 +45,15 @@ def main():
'Topic :: Utilities',
'Programming Language :: Python'],
packages=['py',
'py.plugin',
'py.impl',
'py.impl.cmdline',
'py.impl.code',
'py.impl.compat',
'py.impl.io',
'py.impl.log',
'py.impl.path',
'py.impl.process',
'py.impl.test',
'py._plugin',
'py._cmdline',
'py._code',
'py._compat',
'py._io',
'py._log',
'py._path',
'py._process',
'py._test',
],
zip_safe=False,
)