summaryrefslogtreecommitdiff
path: root/src/leap/base/exceptions.py
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-09-20 02:29:19 +0900
committerkali <kali@leap.se>2012-09-20 02:40:41 +0900
commitecd8696e6e009826523b62a508cdf2202eaa2411 (patch)
tree22044157cab43d1ac31b95ab4b7710b3f7fc14a1 /src/leap/base/exceptions.py
parent6a9523b0e83aca75bbfde5a8939ee612c5a78f9a (diff)
tests pass after branding changes
Diffstat (limited to 'src/leap/base/exceptions.py')
-rw-r--r--src/leap/base/exceptions.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/leap/base/exceptions.py b/src/leap/base/exceptions.py
index caaa3be6..9c4aa77b 100644
--- a/src/leap/base/exceptions.py
+++ b/src/leap/base/exceptions.py
@@ -4,5 +4,3 @@ class MissingConfigFileError(Exception):
class ImproperlyConfigured(Exception):
pass
-
-