Merge branch 'stable' into testing

This commit is contained in:
Jérôme Lebleu 2015-07-18 17:14:33 +02:00
commit 0498d96eae
2 changed files with 7 additions and 0 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
moulinette (2.2.1.1) stable; urgency=low
* [fix] Missing os import
-- Jérôme Lebleu <jerome.lebleu@mailoo.org> 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

View file

@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
import os
import sys
import errno
import logging