From 4ba01617afba588b6465ec5501bca0335461aa18 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Wed, 10 Aug 2016 15:26:40 +0200 Subject: [PATCH] Fixed obscure compilation bug --- python/obitools3/apps/progress.pyx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/python/obitools3/apps/progress.pyx b/python/obitools3/apps/progress.pyx index 3fff5fa..67789de 100644 --- a/python/obitools3/apps/progress.pyx +++ b/python/obitools3/apps/progress.pyx @@ -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):