Added __@tag__ header

This commit is contained in:
neersighted 2012-04-02 18:09:00 -07:00
parent 4e520b8c1a
commit 378b544218

10
bot.py
View file

@ -1,5 +1,15 @@
#!/usr/bin/env python
__author__ = "ClouDev"
__authors__ = ["Lukeroge", "neersighted"]
__copyright__ = "Copyright 2012, ClouDev"
__credits__ = ["thenoodle", "_frozen", "rmmh"]
__license__ = "GPL v3"
__version__ = "DEV"
__maintainer__ = "ClouDev"
__email__ = "cloudev@neersighted.com"
__status__ = "Development"
import os
import Queue
import sys