python-linux-procfs: Various clean-ups

- Replace f=open with 'with' (context managers), except in try-except blocks
- Reformat lines that are too long, especially in comments
- Use min() instead of if construct
- Use bool instead of complicated and True or False constructs
- Reorder imports

Signed-off-by: John Kacur <jkacur@redhat.com>
1 file changed