Commit 353bf16c authored by Ivan Tyagov's avatar Ivan Tyagov

Fixed wrong import path for cache tests (unittests)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11140 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1259e84d
......@@ -30,10 +30,10 @@ import random
import unittest
import time
import base64, md5
from ERP5Cache.CachePlugins.RamCache import RamCache
from ERP5Cache.CachePlugins.DistributedRamCache import DistributedRamCache
from ERP5Cache.CachePlugins.SQLCache import SQLCache
from ERP5Cache.CachePlugins.BaseCache import CacheEntry
from ERP5Type.CachePlugins.RamCache import RamCache
from ERP5Type.CachePlugins.DistributedRamCache import DistributedRamCache
from ERP5Type.CachePlugins.SQLCache import SQLCache
from ERP5Type.CachePlugins.BaseCache import CacheEntry
class Foo:
......
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