Added __@tag__ header
This commit is contained in:
parent
4e520b8c1a
commit
378b544218
1 changed files with 10 additions and 0 deletions
10
bot.py
10
bot.py
|
@ -1,5 +1,15 @@
|
||||||
#!/usr/bin/env python
|
#!/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 os
|
||||||
import Queue
|
import Queue
|
||||||
import sys
|
import sys
|
||||||
|
|
Reference in a new issue