xrmx / uwsgitop

top-like app for monitoring uWSGI instances
MIT License
496 stars 77 forks source link

Fix for python 3 support #27

Closed iiSeymour closed 9 years ago

iiSeymour commented 9 years ago

Fixes the syntax error on line 145 when using Python 3 as specified in pep-3110.

File "uwsgitop", line 145
    except IOError, e:
                  ^
SyntaxError: invalid syntax