diff options
author | Jesús Eduardo <heckyel@hyperbola.info> | 2018-01-17 14:44:34 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@hyperbola.info> | 2018-01-17 14:44:34 -0500 |
commit | 33c5032e40244a6d43c4e014911786000236574f (patch) | |
tree | 8b2bef195801c15953f5c2e3b901fafad54a7797 /lvc/qtfaststart/exceptions.py | |
parent | 1e87665ab7a3a9e9345e5f542efd7a7b48aef31c (diff) | |
download | librevideoconverter-33c5032e40244a6d43c4e014911786000236574f.tar.lz librevideoconverter-33c5032e40244a6d43c4e014911786000236574f.tar.xz librevideoconverter-33c5032e40244a6d43c4e014911786000236574f.zip |
pep8 en lvc/qtfaststart/exceptions.py
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 |