Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Commit

Permalink
Fix model import in raw/sources/views.py
Browse files Browse the repository at this point in the history
Signed-off-by: Don Naegely <[email protected]>
  • Loading branch information
naegelyd committed Aug 11, 2014
1 parent 8b3ccf8 commit 638302d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varify/raw/sources/views.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django.shortcuts import render
from varify.raw.sources.models import Source
from vdw.raw.sources.models import Source


def sources(request):
Expand Down

0 comments on commit 638302d

Please sign in to comment.