summaryrefslogtreecommitdiff
path: root/unixccompiler.py
diff options
context:
space:
mode:
Diffstat (limited to 'unixccompiler.py')
-rw-r--r--unixccompiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/unixccompiler.py b/unixccompiler.py
index 55a51b32..56d3ee44 100644
--- a/unixccompiler.py
+++ b/unixccompiler.py
@@ -17,7 +17,7 @@ the "typical" Unix-style command-line C compiler:
__revision__ = "$Id$"
-import string, re, os, sys
+import os, sys
from types import *
from copy import copy
from distutils import sysconfig