diff src/core/exceptions.py @ 631:694f118d0cd5

plugin XEP-0055: implementation of Jabber Search
author Goffi <goffi@goffi.org>
date Sun, 08 Sep 2013 18:05:19 +0200
parents d207c2186519
children 99eee75ec1b7
line wrap: on
line diff
--- a/src/core/exceptions.py	Sun Sep 08 18:05:19 2013 +0200
+++ b/src/core/exceptions.py	Sun Sep 08 18:05:19 2013 +0200
@@ -45,8 +45,10 @@
 class DataError(Exception):
     pass
 
+
 class BridgeInitError(Exception):
     pass
 
+
 class BridgeExceptionNoService(Exception):
     pass