import warnings
warnings.warn('scikits.learn is deprecated, please use sklearn')
from sklearn.cluster import *