diff options
author | Alexandru Băluț <alexandru.balut@gmail.com> | 2019-11-18 23:47:16 +0100 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2019-11-26 16:21:51 +0000 |
commit | 3bf2bb73cdca0e971e1bcdd32a4e157910380881 (patch) | |
tree | c6161cfa51e5ca13719e6571df0166d53d66dbca /recipes/libvpx.recipe | |
parent | ab1ff5a866ec94197d25f131ca53c42170ecff77 (diff) |
Import FatalError in the files where it is used
Removed the same in recipes because it's not needed there.
Diffstat (limited to 'recipes/libvpx.recipe')
-rw-r--r-- | recipes/libvpx.recipe | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/libvpx.recipe b/recipes/libvpx.recipe index a64f3f2d..96dad535 100644 --- a/recipes/libvpx.recipe +++ b/recipes/libvpx.recipe @@ -1,5 +1,4 @@ # -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python -from cerbero.errors import FatalError from cerbero.utils import shell from cerbero.utils import messages as m from cerbero.tools.libtool import LibtoolLibrary |