summaryrefslogtreecommitdiff
path: root/service/pixelated/support
diff options
context:
space:
mode:
authorVictor Shyba <victor.shyba@gmail.com>2015-03-18 18:04:20 -0300
committerVictor Shyba <victor.shyba@gmail.com>2015-03-18 18:05:00 -0300
commit058e9ce738856479320c1a9ce1131498ddb4fd87 (patch)
tree13a50679dd5e0049d587561ba0b7fcc46fc306e8 /service/pixelated/support
parent9395838d8a25359a3a32e28101058844a0eb3935 (diff)
cleaning unused imports and variables
Diffstat (limited to 'service/pixelated/support')
-rw-r--r--service/pixelated/support/ext_protobuf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pixelated/support/ext_protobuf.py b/service/pixelated/support/ext_protobuf.py
index 1d6fc5fc..548f5fd6 100644
--- a/service/pixelated/support/ext_protobuf.py
+++ b/service/pixelated/support/ext_protobuf.py
@@ -28,7 +28,7 @@ if _platform == 'darwin':
try:
func(*args, **kwargs)
pass
- except Exception as e:
+ except:
pass
return wrapper