build: remove unused import from configure script

pull/24503/head
Shigeki Ohtsu 2012-03-03 12:18:24 +09:00 committed by Ben Noordhuis
parent 78db18739a
commit b6595c4d60
1 changed files with 0 additions and 1 deletions

1
configure vendored
View File

@ -5,7 +5,6 @@ import pprint
import re
import subprocess
import sys
from distutils.version import StrictVersion
root_dir = os.path.dirname(__file__)
sys.path.insert(0, os.path.join(root_dir, 'deps', 'v8', 'tools'))