Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
build: remove unused import from configure script
Browse files Browse the repository at this point in the history
  • Loading branch information
Shigeki Ohtsu authored and bnoordhuis committed Mar 3, 2012
1 parent 78db187 commit b6595c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure
Expand Up @@ -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'))
Expand Down

0 comments on commit b6595c4

Please sign in to comment.