comparison bot.py @ 119:ae55fc0d783d

cleanup Signed-off-by: Charly COSTE <changaco@changaco.net>
author Charly COSTE <changaco@changaco.net>
date Thu, 03 Dec 2009 22:42:14 +0100
parents b29fd5696a78
children 765e460bc20a
comparison
equal deleted inserted replaced
118:b29fd5696a78 119:ae55fc0d783d
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details. 12 # GNU General Public License for more details.
13 # 13 #
14 # You should have received a copy of the GNU General Public License 14 # You should have received a copy of the GNU General Public License
15 # along with this program. If not, see <http://www.gnu.org/licenses/>. 15 # along with this program. If not, see <http://www.gnu.org/licenses/>.
16
17
18 # *** Versioning ***
19 # Major will pass to 1 when xib will be considered fault-tolerant
20 # After that major will only be changed if the new version is not retro-compatible (e.g. requires changes in config file)
21
22 version = 0, 1
23 16
24 17
25 import irclib 18 import irclib
26 import muc 19 import muc
27 xmpp = muc.xmpp 20 xmpp = muc.xmpp