]> git.sommitrealweird.co.uk Git - sommitrealweird.git/blobdiff - sommitrealweird/bpcms/context_processors.py
Update to work with newer django and python3
[sommitrealweird.git] / sommitrealweird / bpcms / context_processors.py
index 1d254b1b1f063ab4b13f5b29d43361a80ea1abcb..b873f622b316f759f094a17a8fa576e7af540219 100644 (file)
@@ -1,4 +1,4 @@
-from bpcms.models import Document, Folder
+from sommitrealweird.bpcms.models import Document, Folder
 from django.conf import settings
 from django.core.cache import cache
 import re