from django.db import connection
from django.conf import settings
-from commitfest.models import MailThreadAttachment
+from pgcommitfest.commitfest.models import MailThreadAttachment
if __name__ == "__main__":
debug = "--debug" in sys.argv
from django.db import connection
-from commitfest.models import MailThread
-from commitfest.ajax import _archivesAPI, parse_and_add_attachments
+from pgcommitfest.commitfest.models import MailThread
+from pgcommitfest.commitfest.ajax import _archivesAPI, parse_and_add_attachments
if __name__ == "__main__":
debug = "--debug" in sys.argv