Description: don't ship the samples in /usr/lib
Author: J.Puydt
Forwarded: Debian-specific

--- python-pyclustering.orig/pyclustering/samples/definitions.py
+++ python-pyclustering/pyclustering/samples/definitions.py
@@ -13,7 +13,7 @@
 
 
 ## Path to samples module.
-DEFAULT_SAMPLE_PATH = samples.__path__[0] + os.sep + "samples" + os.sep
+DEFAULT_SAMPLE_PATH = '/usr/share/pyclustering/samples/samples/'
 
 
 class SIMPLE_SAMPLES:
