Fixed obscure compilation bug

This commit is contained in:
Celine Mercier
2016-08-10 15:26:40 +02:00
parent bec684d5e2
commit 4ba01617af

View File

@ -6,10 +6,9 @@ Created on 27 mars 2016
@author: coissac
'''
from ..utils cimport str2bytes, bytes2str
from .config cimport getConfiguration
import sys
from ..utils import bytes2str,str2bytes
from .config cimport getConfiguration
cdef class ProgressBar:
cdef clock_t clock(self):