Commit 1ea8af2f authored by Greg Ward's avatar Greg Ward

Patch from Perry Stoll: import types module.

parent 440e2f51
......@@ -12,6 +12,7 @@ __rcsid__ = "$Id$"
import sys, os
import string, re
from types import *
from distutils.errors import *
from distutils.fancy_getopt import fancy_getopt
from distutils import util
......
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