Module EDFactoryPluginStatic
[hide private]
[frames] | no frames]

Source Code for Module EDFactoryPluginStatic

 1  # coding: utf8 
 2  # 
 3  #    Project: The EDNA Kernel 
 4  #             http://www.edna-site.org 
 5  # 
 6  #    File: "$Id: EDFactoryPlugin.py 1530 2010-05-17 14:11:41Z kieffer $" 
 7  # 
 8  #    Copyright (C) 2008-2009 European Synchrotron Radiation Facility 
 9  #                            Grenoble, France 
10  # 
11  #    Principal authors:    Olof Svensson (svensson@esrf.fr)  
12  #                          Jérôme Kieffer (kieffer@esrf.fr)  
13  # 
14  #    This program is free software: you can redistribute it and/or modify 
15  #    it under the terms of the GNU Lesser General Public License as published 
16  #    by the Free Software Foundation, either version 3 of the License, or 
17  #    (at your option) any later version. 
18  # 
19  #    This program is distributed in the hope that it will be useful, 
20  #    but WITHOUT ANY WARRANTY; without even the implied warranty of 
21  #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
22  #    GNU Lesser General Public License for more details. 
23  # 
24  #    You should have received a copy of the GNU General Public License 
25  #    and the GNU Lesser General Public License  along with this program.   
26  #    If not, see <http://www.gnu.org/licenses/>. 
27  # 
28   
29  """This module exists for compatibility only""" 
30   
31  from EDFactoryPlugin    import edFactoryPlugin as EDFactoryPluginStatic 
32