aboutsummaryrefslogtreecommitdiff
path: root/cbc/exceptions.py
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-14 21:22:43 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-14 21:22:43 -0400
commite736a4cedbb01a3954b927978d1d0f617d3db04d (patch)
treeefa919526ecc7f59d769d4290aacb843269e65cb /cbc/exceptions.py
parentaa2e6928fa098f037a74d9f7fb0eed22414d7e4c (diff)
downloadcbc-e736a4cedbb01a3954b927978d1d0f617d3db04d.tar.gz
Fix line endings, again.
Diffstat (limited to 'cbc/exceptions.py')
-rw-r--r--cbc/exceptions.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/cbc/exceptions.py b/cbc/exceptions.py
index 6eb521f..0f9f995 100644
--- a/cbc/exceptions.py
+++ b/cbc/exceptions.py
@@ -1,8 +1,8 @@
-class IncompleteEnv(Exception):
- pass
-
-class MetaDataError(Exception):
- pass
-
-class CondaBuildError(Exception):
+class IncompleteEnv(Exception):
+ pass
+
+class MetaDataError(Exception):
+ pass
+
+class CondaBuildError(Exception):
pass