Add UTF8 coding declaration to slic_superpixels.py

This commit is contained in:
Juan Nunez-Iglesias
2013-07-02 13:22:14 +02:00
parent 69fb3fb7ba
commit 8c2011d4f9
+2
View File
@@ -1,3 +1,5 @@
# coding=utf-8
import collections as coll
import numpy as np
from scipy import ndimage