Index: fact/tools/pyscripts/pyfact/extractor.py
===================================================================
--- fact/tools/pyscripts/pyfact/extractor.py	(revision 13332)
+++ fact/tools/pyscripts/pyfact/extractor.py	(revision 13333)
@@ -18,4 +18,5 @@
         
         """
+        self.__module__="extractor"
         self.min = min
         self.max = max
@@ -48,4 +49,5 @@
         """ initialize integration Window
         """
+        self.__module__="extractor"
         self.min = min
         self.max = max
@@ -71,4 +73,5 @@
         """ initialize integration Window
         """
+        self.__module__="extractor"
         self.min = min
         self.max = max
@@ -93,4 +96,5 @@
     """
     def __init__(self, slope=1, name = 'ZeroXing'):
+        self.__module__="extractor"
         if (slope >= 0):
             self.slope = 1  # search for rising edge crossing
