Add missing imports.

This commit is contained in:
Georg Brandl 2010-02-06 23:06:24 +00:00
parent 7224350656
commit 8fd107f8ea
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
taken mostly from the documentation.
Roger E. Masse
"""
import unittest
from test.test_support import verbose, import_module
import time
gl = import_module('gl')