Package orm2 :: Package ui :: Package xist
[hide private]
[frames] | no frames]

Source Code for Package orm2.ui.xist

 1  #!/usr/bin/env python 
 2  # -*- coding: iso-8859-1 -*- 
 3   
 4  ##  This file is part of orm, The Object Relational Membrane Version 2. 
 5  ## 
 6  ##  Copyright 2002-2006 by Diedrich Vorberg <diedrich@tux4web.de> 
 7  ## 
 8  ##  All Rights Reserved 
 9  ## 
10  ##  For more Information on orm see the README file. 
11  ## 
12  ##  This program is free software; you can redistribute it and/or modify 
13  ##  it under the terms of the GNU General Public License as published by 
14  ##  the Free Software Foundation; either version 2 of the License, or 
15  ##  (at your option) any later version. 
16  ## 
17  ##  This program is distributed in the hope that it will be useful, 
18  ##  but WITHOUT ANY WARRANTY; without even the implied warranty of 
19  ##  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
20  ##  GNU General Public License for more details. 
21  ## 
22  ##  You should have received a copy of the GNU General Public License 
23  ##  along with this program; if not, write to the Free Software 
24  ##  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
25  ## 
26  ##  I have added a copy of the GPL in the file gpl.txt. 
27   
28  """ 
29   
30  """ 
31   
32  # import widgets 
33  # import views 
34   
35  # for name, property in widgets.__dict__.items() + views.__dict__.items(): 
36  #     if type(property) == ClassType and issubclass(property, widget_wrapper): 
37  #         setattr(__module__, name, widget_spec_cls_proxy(property) 
38   
39   
40   
41  # Local variables: 
42  # mode: python 
43  # ispell-local-dictionary: "english" 
44  # End: 
45