mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Merge branch 'stable' into testing
This commit is contained in:
commit
0498d96eae
2 changed files with 7 additions and 0 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -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
|
moulinette (2.2.1) stable; urgency=low
|
||||||
|
|
||||||
* [enh] Add a new callback action and start to normalize parsing
|
* [enh] Add a new callback action and start to normalize parsing
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
import os
|
||||||
import sys
|
import sys
|
||||||
import errno
|
import errno
|
||||||
import logging
|
import logging
|
||||||
|
|
Loading…
Add table
Reference in a new issue