]> git.sommitrealweird.co.uk Git - sommitrealweird.git/blobdiff - sommitrealweird/bpcms/views.py
Update to work with newer django and python3
[sommitrealweird.git] / sommitrealweird / bpcms / views.py
index 82dfb563a176f026d5c453b58aa84755be62b3d8..758b129398b4d9eabe2e8d729772c8a31f8be127 100644 (file)
@@ -1,4 +1,4 @@
-from bpcms.models import CSSDocument, Document, Folder
+from sommitrealweird.bpcms.models import CSSDocument, Document, Folder
 from django.http import Http404, HttpResponse
 from django.shortcuts import render
 from django.template import RequestContext, loader