Package base :: Package includes :: Module module
[hide private]

Source Code for Module base.includes.module

 1  #!/usr/bin/env python 
 2   
 3  """ 
 4    Placeholder for Drupal's module.inc 
 5   
 6    @package includes 
 7    @see <a href='http://drupy.net'>Drupy Homepage</a> 
 8    @see <a href='http://drupal.org'>Drupal Homepage</a> 
 9    @note Drupy is a port of the Drupal project. 
10    @note This file has been replaced with plugin.py 
11    @author Brendon Crawford 
12    @copyright 2008 Brendon Crawford 
13    @contact message144 at users dot sourceforge dot net 
14    @created 2008-07-10 
15    @version 0.1 
16    @note License: 
17   
18      This program is free software; you can redistribute it and/or 
19      modify it under the terms of the GNU General Public License 
20      as published by the Free Software Foundation; either version 2 
21      of the License, or (at your option) any later version. 
22   
23      This program is distributed in the hope that it will be useful, 
24      but WITHOUT ANY WARRANTY; without even the implied warranty of 
25      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
26      GNU General Public License for more details. 
27   
28      You should have received a copy of the GNU General Public License 
29      along with this program; if not, write to: 
30       
31      The Free Software Foundation, Inc., 
32      51 Franklin Street, Fifth Floor, 
33      Boston, MA  02110-1301, 
34      USA 
35  """ 
36   
37  __version__ = "$Revision: 1 $" 
38   
39  # 
40  # THIS FILE HAS BEEN REPLACED WITH plugin.py 
41  # THIS FILE WILL REMAIN HERE ONLY AS A PLACEHOLDER 
42  # 
43