Commit bcd11c4b authored by Fred Drake's avatar Fred Drake

The logging package is no longer needed; we get this from Python always.

parent deb547d5
...@@ -373,13 +373,6 @@ setup( ...@@ -373,13 +373,6 @@ setup(
'Interface.Common', 'Interface.Common.tests'], 'Interface.Common', 'Interface.Common.tests'],
) )
# logging
setup(
name='logging',
author='Vinay Sajip',
packages=['logging'],
)
#nt_svcutils #nt_svcutils
setup( setup(
name='nt_svcutils', name='nt_svcutils',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment