adriank / ObjectPath

The agile query language for semi-structured data
http://objectpath.org
MIT License
380 stars 93 forks source link

Add missing "os" import in shell.py #88

Closed ryanbowen closed 5 years ago

ryanbowen commented 5 years ago

If pytz is not installed, the call to os.isatty raises an exception because os is never imported. This PR adds the os package to the imports.

adriank commented 5 years ago

Thanks