Commit 022c5e14 authored by Greg Ward's avatar Greg Ward

Added missing import.

parent 05fa00ab
......@@ -12,6 +12,7 @@ import sys, os, string, re
from types import *
from copy import copy
from distutils.errors import *
from distutils import sysconfig
from distutils.fancy_getopt import FancyGetopt, longopt_xlate
from distutils.util import check_environ
......
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