aegirhall / console-menu

A simple Python menu system for building terminal user interfaces.
MIT License
366 stars 58 forks source link

Remove readline import #10

Closed platomav closed 5 years ago

platomav commented 5 years ago

At screen.py, the readline import causes a crash, at least on Windows. It seems that it is not used anywhere so simply removing it works.