diff options
Diffstat (limited to 'Lib/new.py')
| -rw-r--r-- | Lib/new.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ Objects of most types can now be created by calling the type object. from types import ClassType as classobj from types import FunctionType as function -from types import InstanceType as instance from types import MethodType as instancemethod from types import ModuleType as module |
