Commit f2944600 authored by Georg Brandl's avatar Georg Brandl

Fix #1771558 (already fixed in trunk).

parent de469d6e
......@@ -15,6 +15,7 @@ pictures can easily be drawn.
"""
from math import * # Also for export
from time import sleep
import Tkinter
speeds = ['fastest', 'fast', 'normal', 'slow', 'slowest']
......@@ -949,7 +950,6 @@ def demo2():
if __name__ == '__main__':
from time import sleep
demo()
sleep(3)
demo2()
......
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