kennethreitz / clint

Python Command-line Application Tools
http://pypi.python.org/pypi/clint/
ISC License
95 stars 19 forks source link

Add simple __getitem__ implementation to fix error in #8 and accompanying test #141

Open adamreid opened 9 years ago

adamreid commented 9 years ago

This is a simple and perhaps naive getitem implementation, but it does fix the error reported in #8.