fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Bugfix Tah.after_change signal handler.
[wolnelektury.git]
/
apps
/
waiter
/
utils.py
diff --git
a/apps/waiter/utils.py
b/apps/waiter/utils.py
index
1edc2fa
..
68d21bd
100644
(file)
--- a/
apps/waiter/utils.py
+++ b/
apps/waiter/utils.py
@@
-18,4
+18,3
@@
def clear_cache(path):
abs_path = check_abspath(path)
if exists(abs_path):
rmtree(abs_path)
-