10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-29 16:34:50 +02:00

Fix cache import

This commit is contained in:
Thomas Applencourt 2015-06-04 18:01:03 +02:00
parent 58b683ea81
commit bfde4f47c9

View File

@ -66,7 +66,7 @@ import ConfigParser
from collections import defaultdict from collections import defaultdict
from collections import namedtuple from collections import namedtuple
from cache import cache from decorator import cache
from os import listdir from os import listdir