diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2013-05-24 20:44:32 +0200 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2013-05-24 20:44:32 +0200 |
commit | e10f03592599645cdf9e26ed946ad1cd02d72cfb (patch) | |
tree | 4eb8940e7a2eda77f436a08bc3c7f1f351f016cd /recipes/glib-networking.recipe | |
parent | 67f50588d58545e0d1c96164bb6e4fd56339ae56 (diff) |
glib-networking: import FatalError
Diffstat (limited to 'recipes/glib-networking.recipe')
-rw-r--r-- | recipes/glib-networking.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/glib-networking.recipe b/recipes/glib-networking.recipe index 1bb6f94..230a247 100644 --- a/recipes/glib-networking.recipe +++ b/recipes/glib-networking.recipe @@ -1,6 +1,7 @@ # -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python import os +from cerbero.errors import FatalError class Recipe(recipe.Recipe): name = 'glib-networking' |