Commit a80728c4 authored by Julien Muchembled's avatar Julien Muchembled

testConflictResolution & testInvalidationBug still need to import 'transaction'

This revert a wrong change in commit 8995b645
parent a8652fb2
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
import unittest import unittest
import urllib import urllib
import transaction
import ZODB import ZODB
from ZODB.DemoStorage import DemoStorage from ZODB.DemoStorage import DemoStorage
from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
......
2 3
\ No newline at end of file \ No newline at end of file
...@@ -33,6 +33,7 @@ import threading ...@@ -33,6 +33,7 @@ import threading
import time import time
import unittest import unittest
import urllib import urllib
import transaction
from DateTime import DateTime from DateTime import DateTime
from Testing import ZopeTestCase from Testing import ZopeTestCase
from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment