aboutsummaryrefslogtreecommitdiff
path: root/cbc/exceptions.py
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-07 00:32:36 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-07 00:32:36 -0400
commitaa2e6928fa098f037a74d9f7fb0eed22414d7e4c (patch)
tree499307886567cd0217334acaeb6e4e6a618f1370 /cbc/exceptions.py
parentef29c8bae4d320b4b920c6b2a68c6d5f95520504 (diff)
downloadcbc-aa2e6928fa098f037a74d9f7fb0eed22414d7e4c.tar.gz
Fix EOF newlines
Diffstat (limited to 'cbc/exceptions.py')
-rw-r--r--cbc/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cbc/exceptions.py b/cbc/exceptions.py
index dc6128f..6eb521f 100644
--- a/cbc/exceptions.py
+++ b/cbc/exceptions.py
@@ -5,4 +5,4 @@ class MetaDataError(Exception):
pass
class CondaBuildError(Exception):
- pass \ No newline at end of file
+ pass