diff --git a/debian/changelog b/debian/changelog index 37fd8fcc..8b943ef5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +moulinette (2.2.1.1) stable; urgency=low + + * [fix] Missing os import + + -- Jérôme Lebleu Sat, 18 Jul 2015 17:14:07 +0200 + moulinette (2.2.1) stable; urgency=low * [enh] Add a new callback action and start to normalize parsing diff --git a/moulinette/interfaces/__init__.py b/moulinette/interfaces/__init__.py index afd9a9f6..720b990a 100644 --- a/moulinette/interfaces/__init__.py +++ b/moulinette/interfaces/__init__.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- +import os import sys import errno import logging