Merge new-to-types-4945
commit6faffbdb189cd4f55530a6182cf7a4c6578cf24e
authorexarkun <exarkun@bbbe8e31-12d6-0310-92fd-ac37d47ddeeb>
Sun, 27 Mar 2011 01:37:18 +0000 (27 01:37 +0000)
committerexarkun <exarkun@bbbe8e31-12d6-0310-92fd-ac37d47ddeeb>
Sun, 27 Mar 2011 01:37:18 +0000 (27 01:37 +0000)
treec0a4c7179d7be980172e909d7a8388d21d20e668
parentca5c3b0c916a8e5b329c41d9dec1f7fa227c06fb
Merge new-to-types-4945

Author: facundobatista
Reviewer: exarkun
Fixes: #4945

Convert all uses of the `new` module into uses of the `types` module.
This is part of the process of adding support for Python 3, which does
not have the `new` module.

git-svn-id: svn://svn.twistedmatrix.com/svn/Twisted/trunk@31448 bbbe8e31-12d6-0310-92fd-ac37d47ddeeb
16 files changed:
twisted/application/internet.py
twisted/manhole/explorer.py
twisted/manhole/test/__init__.py [new file with mode: 0644]
twisted/manhole/test/test_explorer.py [new file with mode: 0644]
twisted/persisted/aot.py
twisted/persisted/crefutil.py
twisted/persisted/styles.py
twisted/persisted/test/__init__.py [new file with mode: 0644]
twisted/persisted/test/test_styles.py [new file with mode: 0644]
twisted/python/reflect.py
twisted/python/util.py
twisted/spread/jelly.py
twisted/spread/pb.py
twisted/test/test_adbapi.py
twisted/test/test_rebuild.py
twisted/topfiles/4945.misc [new file with mode: 0644]