Fix import list sequence

This commit is contained in:
radioxoma
2013-09-07 19:10:40 +03:00
committed by radioxoma
parent 04804cc81c
commit c8c95c0e63
+1 -1
View File
@@ -1,4 +1,4 @@
__all__ = ['threshold_otsu', 'threshold_adaptive', 'threshold_yen']
__all__ = ['threshold_adaptive', 'threshold_otsu', 'threshold_yen']
import numpy as np
import scipy.ndimage