removes some bugs

This commit is contained in:
artus
2018-11-23 21:38:02 +01:00
parent 93a05046d6
commit 791d3ea022
3 changed files with 28 additions and 9 deletions

View File

@@ -4,6 +4,8 @@ import shutil
import os
import time
from .utils import print_warning
class Content(dict):
@@ -100,4 +102,4 @@ class Backup(Store):
self.trash.move_content(content)
def clean_trash(self):
raise NotImplementedError
print_warning("Fake cleaning !")