diff options
Diffstat (limited to 'lvc/qtfaststart/exceptions.py')
-rw-r--r-- | lvc/qtfaststart/exceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lvc/qtfaststart/exceptions.py b/lvc/qtfaststart/exceptions.py index f0767e1..30b284d 100644 --- a/lvc/qtfaststart/exceptions.py +++ b/lvc/qtfaststart/exceptions.py @@ -2,4 +2,4 @@ class FastStartException(Exception): """ Raised when something bad happens during processing. """ - pass
\ No newline at end of file + pass |