Forgot an import which broke choice.

This commit is contained in:
Jeremy Fincher 2005-02-16 02:15:51 +00:00
parent ada52c729d
commit 7389f1757c
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@
# POSSIBILITY OF SUCH DAMAGE.
###
from __future__ import division
import sys
import new
import random