Django 1.8 and other updates.
[wolnelektury.git] / apps / waiter / utils.py
index 1edc2fa..68d21bd 100644 (file)
@@ -18,4 +18,3 @@ def clear_cache(path):
     abs_path = check_abspath(path)
     if exists(abs_path):
         rmtree(abs_path)
-