Package XPyTools
[hide private]
[frames] | no frames]

Source Code for Package XPyTools

 1  #!/usr/bin/env python
 
 2  # -*- coding: utf-8 -*-
 
 3  #--------------------------------------------------------------------
 
 4  # Author: Mazhugin Aleksey
 
 5  # Created: 2007/09/24
 
 6  # ID: $Id: XPyTools-pysrc.html 24 2008-12-01 17:51:12Z alex $
 
 7  # URL: $URL: file:///myfiles/svn_/XPyLIB/trunc/doc/html/XPyTools-pysrc.html $
 
 8  # Copyright: Copyright (c) 2007, Mazhugin Aleksey
 
 9  # License: BSD
 
10  #--------------------------------------------------------------------
 
11  # Package initialisation
 
12  
 
13  """
 
14  Collection of any useful tools.
 
15  
 
16      - B{codetpl} - Package for enhance writing source code.
 
17      
 
18  """ 
19  
 
20  __all__=['codetpl',
 
21          ] 
22