Skip to content

Commit

Permalink
Restore imports
Browse files Browse the repository at this point in the history
Signed-off-by: Lincoln Simba <[email protected]>
  • Loading branch information
lincmba committed Mar 1, 2019
1 parent 82ca47a commit 792da5c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions onadata/libs/tests/utils/test_viewer_tools.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# -*- coding: utf-8 -*-
"""Test onadata.libs.utils.viewer_tools."""
import os

import requests_mock
from django.conf import settings
from django.core.files.base import File
from django.http import Http404
from django.test.client import RequestFactory
from django.test.utils import override_settings
from django.utils import timezone
from onadata.libs.exceptions import EnketoError
from mock import patch

from onadata.apps.logger.models import XForm, Instance, Attachment
from onadata.apps.main.tests.test_base import TestBase
from onadata.libs.utils.viewer_tools import (export_def_from_filename,
from onadata.libs.exceptions import EnketoError
from onadata.libs.utils.viewer_tools import (create_attachments_zipfile,
export_def_from_filename,
generate_enketo_form_defaults,
get_client_ip, get_form,
get_form_url,
Expand Down

0 comments on commit 792da5c

Please sign in to comment.