~ubuntu-branches/ubuntu/utopic/gozerbot/utopic

« back to all changes in this revision

Viewing changes to gozerbot/__init__.py

  • Committer: Package Import Robot
  • Author(s): Jeremy Malcolm
  • Date: 2011-10-15 11:54:00 UTC
  • mfrom: (1.1.6) (3.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20111015115400-zbya66kh6r3tsa0a
Tags: 0.99.1-1
* New upstream version (Closes: #630359, #640850)
* Fixed initscript to better test for RUNUSER emptyness (Closes: #612434)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
__copyright__ = 'this file is in the public domain'
8
8
 
9
 
__version__ = "0.9.2"
 
9
__version__ = "0.99.1"
10
10
 
11
11
__all__ = ['aliases', 'database', 'ignore', 'periodical', 'tests', \
12
12
'botbase',  'datadir', 'persist', 'threads', \