Added __future__ import

This commit is contained in:
Jeremy Fincher 2003-03-31 06:55:34 +00:00
parent 371210da16
commit 68dbb32d94

View File

@ -33,6 +33,8 @@
Simple utility functions. Simple utility functions.
""" """
from __future__ import generators
from fix import * from fix import *
import sgmllib import sgmllib