diff options
Diffstat (limited to 'export/toqms.py')
-rw-r--r-- | export/toqms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/export/toqms.py b/export/toqms.py index dd58fca..a6a264a 100644 --- a/export/toqms.py +++ b/export/toqms.py @@ -1,4 +1,4 @@ -import troggle.expo.models as models
+import troggle.core.models as models
from django.conf import settings
import csv
|