mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] missing collections import
This commit is contained in:
parent
d9a33072b7
commit
eaf0fabc7f
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ import socket
|
|||
import urlparse
|
||||
import errno
|
||||
import subprocess
|
||||
from collections import OrderedDict
|
||||
|
||||
from moulinette.core import MoulinetteError
|
||||
from moulinette.utils.log import getActionLogger
|
||||
|
|
Loading…
Add table
Reference in a new issue