Skip to content

Commit

Permalink
readthedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gawel committed Aug 18, 2011
1 parent 54cf1c4 commit 4b683a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions snippets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# -*- coding: utf-8 -*-
try:
from django.conf import settings
except ImportError:
pass
else:
from django.core.cache import cache
from django.template.loader import render_to_string
except ImportError:
pass


class Snippet(property):
Expand Down

0 comments on commit 4b683a6

Please sign in to comment.