Closed iiSeymour closed 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
Fixes the syntax error on line 145 when using Python 3 as specified in pep-3110.