mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fixes /o\
This commit is contained in:
parent
fb01202f8d
commit
9ed5b66bb4
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ from yunohost.tools import (
|
||||||
)
|
)
|
||||||
from yunohost.app import unstable_apps
|
from yunohost.app import unstable_apps
|
||||||
from yunohost.regenconf import manually_modified_files, _force_clear_hashes
|
from yunohost.regenconf import manually_modified_files, _force_clear_hashes
|
||||||
from yunohost.utils.filesystem import free_space_in_directory
|
from yunohost.utils.system import (
|
||||||
from yunohost.utils.packages import (
|
free_space_in_directory,
|
||||||
get_ynh_package_version,
|
get_ynh_package_version,
|
||||||
_list_upgradable_apt_packages,
|
_list_upgradable_apt_packages,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue