python: Remove unused readline import
authorAndreas Sandberg <andreas.sandberg@arm.com>
Thu, 18 May 2017 17:01:32 +0000 (18:01 +0100)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Fri, 19 May 2017 08:00:52 +0000 (08:00 +0000)
commit56fff5d728542344c91a42801110c08127e538d1
tree1bd4a8cca6774594d48340075cc362d9f5cef161
parentc4b85d5f9854abeee6d1dbe15ae65a7a1aada6b2
python: Remove unused readline import

The readline module is imported by main.py but doesn't seem to be
used.

Change-Id: I7888e3b6ad0a0fedc14b0feec2adf0a39883bbf8
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/3421
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
src/python/m5/main.py