diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-07 00:32:36 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-07 00:32:36 -0400 |
commit | aa2e6928fa098f037a74d9f7fb0eed22414d7e4c (patch) | |
tree | 499307886567cd0217334acaeb6e4e6a618f1370 /cbc/exceptions.py | |
parent | ef29c8bae4d320b4b920c6b2a68c6d5f95520504 (diff) | |
download | cbc-aa2e6928fa098f037a74d9f7fb0eed22414d7e4c.tar.gz |
Fix EOF newlines
Diffstat (limited to 'cbc/exceptions.py')
-rw-r--r-- | cbc/exceptions.py | 2 |
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 |