Changed to new-style classes.

这个提交包含在:
Craig Warren
2016-05-06 12:25:18 +01:00
父节点 7ad7fbf7c5
当前提交 830cd78f13

查看文件

@@ -21,7 +21,7 @@ import decimal as d
from pyfiglet import Figlet from pyfiglet import Figlet
class ListStream: class ListStream(object):
"""A list can be streamed into. Required when temporarily redirecting stdio to capture output from users Python code blocks.""" """A list can be streamed into. Required when temporarily redirecting stdio to capture output from users Python code blocks."""
def __init__(self): def __init__(self):