Browse Source

Update test_attachment.py

pull/6/head
Mathias Markl 7 years ago
committed by GitHub
parent
commit
2527163efc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      muk_attachment_lobject/tests/test_attachment.py

6
muk_attachment_lobject/tests/test_attachment.py

@ -28,6 +28,12 @@ import logging
import unittest
import requests
from urllib.parse import urlunparse
from urllib.parse import urlparse
from urllib.parse import parse_qsl
from urllib.parse import urlencode
from contextlib import closing
import odoo
from odoo import _
from odoo.tests import common

Loading…
Cancel
Save