diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-05-24 12:26:04 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-05-24 12:26:04 +0200 |
commit | 67f50588d58545e0d1c96164bb6e4fd56339ae56 (patch) | |
tree | eb28b9249319f2237841334f0c38ae0145e721e9 /recipes/glib-networking-static.recipe | |
parent | 633de8299caea2f3eb2a042eb5e403e1e4434369 (diff) |
glib-networking-static: Import os
Diffstat (limited to 'recipes/glib-networking-static.recipe')
-rw-r--r-- | recipes/glib-networking-static.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/glib-networking-static.recipe b/recipes/glib-networking-static.recipe index 752b9b20..c400e688 100644 --- a/recipes/glib-networking-static.recipe +++ b/recipes/glib-networking-static.recipe @@ -1,6 +1,6 @@ # -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python import shutil - +import os class Recipe(recipe.Recipe): name = 'glib-networking-static' |