10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-12-25 05:43:47 +01:00

Conlict with python decorator package

This commit is contained in:
Anthony Scemama 2018-10-18 11:16:52 +02:00
parent 1e0597dfee
commit 996bb68684
2 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ import ConfigParser
from collections import defaultdict
from collections import namedtuple
from decorator import cache
from qp_decorator import cache
from os import listdir
from os.path import isdir, join, exists