Skip to content

Commit

Permalink
fix the import fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Balogh authored and James Socol committed Feb 4, 2011
1 parent f226b67 commit ce4c3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jingo_minify/helpers.py
Expand Up @@ -7,7 +7,7 @@
try:
from build import BUILD_ID_CSS, BUILD_ID_JS, BUILD_ID_IMG
except ImportError:
BUILD_ID_CSS = BUILD_ID_JS = 'dev'
BUILD_ID_CSS = BUILD_ID_JS = BUILD_ID_IMG = 'dev'

def _build_html(items, wrapping):
"""
Expand Down

0 comments on commit ce4c3d6

Please sign in to comment.