Fixed forgotten import.

This commit is contained in:
Jeremy Fincher 2004-03-30 21:09:02 +00:00
parent e64ce62917
commit 1d27db449b
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ import fix
import time
import heapq
import log
import drivers
class mytuple(tuple):