Show
Ignore:
Timestamp:
01/26/03 20:56:14 (6 years ago)
Author:
sholloway
Message:

*** empty log message ***

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/RBJabber/RBJabber/__init__.py

    r253 r423  
    2020##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    2121 
    22 """TODO: Document""" 
     22"""RBJabber Components""" 
     23 
     24__version__ = '0.4.0' 
     25__license__ = 'BSD-style (See LICENSE)' 
     26__platforms__ ='Linux, BSD, Windows, OSX',  
     27__author__ = 'Shane Holloway' 
     28__author_email__ = 'shane.holloway@runeblade.com' 
     29__url__ = 'http://www.runeblade.com/' 
     30__keywords__ = ['jabber'] 
     31__packages__ = ['RBJabber', 'RBJabber.SubjectObserver'] 
     32