mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] import error
This commit is contained in:
parent
1a06c4d7b2
commit
3976f05703
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ def backup_backup():
|
||||||
Create an encrypted backup tarball
|
Create an encrypted backup tarball
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
from yunohost.hook import hook_add
|
||||||
from yunohost.hook import hook_callback
|
from yunohost.hook import hook_callback
|
||||||
|
|
||||||
backup_dirname = int(time.time())
|
backup_dirname = int(time.time())
|
||||||
|
|
Loading…
Add table
Reference in a new issue