Index: fact/tools/pyscripts/pyfact/plotters.py
===================================================================
--- fact/tools/pyscripts/pyfact/plotters.py	(revision 14115)
+++ fact/tools/pyscripts/pyfact/plotters.py	(revision 14116)
@@ -17,5 +17,5 @@
     def __init__(self, name, x, style = 'b', xlabel='x', ylabel='y'):
         """ initialize the object """
-        
+        self.__module__ = 'plotters'
         self.name  = name
         self.fig   = plt.figure()
@@ -38,5 +38,5 @@
     def __init__(self, name, x=None, style = '.:', xlabel='x', ylabel='y', ion=True, grid=True, fname=None):
         """ initialize the object """
-                
+        self.__module__ = 'plotters'
         self.name  = name
         self.x = x
@@ -103,4 +103,5 @@
     def __init__(self, name, ion=True, grid=True, fname=None, map_file_path = '../map_dn.txt', vmin=None, vmax=None):
         """ initialize the object """
+        self.__module__ = 'plotters'
         path = os.path.abspath(__file__)
         path = os.path.dirname(path)
