Commit d0724306 authored by Fred Drake's avatar Fred Drake

Remove unused import of deprecated module.

parent f697fd47
......@@ -17,7 +17,7 @@ from DateTime import DateTime
from unittest import TestCase, TestSuite, TextTestRunner, makeSuite
from ZODB.DemoStorage import DemoStorage
from OFS.Application import Application
import threading, whrandom
import threading
import fauxtime
import time as oldtime
......
......@@ -10,7 +10,7 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
import sys, os, whrandom, unittest
import sys, os, unittest
if __name__ == "__main__":
sys.path.insert(0, '../../..')
......
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