Skip to content

Commit

Permalink
add missing sleep import
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Meyer authored and mintchaos committed Jan 17, 2010
1 parent 0b7aca9 commit 7ef9473
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compressor/templatetags/compress.py
@@ -1,3 +1,5 @@
from time import sleep

from django import template
from django.core.cache import cache
from compressor import CssCompressor, JsCompressor
Expand Down

0 comments on commit 7ef9473

Please sign in to comment.