cgoldberg / multi-mechanize

Performance Test Framework in Python
GNU Lesser General Public License v3.0
459 stars 127 forks source link

Added import sys. #18

Closed amjith closed 11 years ago

amjith commented 12 years ago

File uses sys.exit and sys.stderr but sys module was never imported. So I've added the import line at the top.