Browse Source

Modifed the __version__ and __copyright__ strings of earwigbot.py slightly.

tags/v0.1^2
Ben Kurtovic 13 years ago
parent
commit
48b40c183a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      earwigbot.py

+ 2
- 2
earwigbot.py View File

@@ -23,9 +23,9 @@ from time import sleep
from core.config import verify_config

__author__ = "Ben Kurtovic"
__copyright__ = "Copyright (c) 2009-2011 by Ben Kurtovic"
__copyright__ = "Copyright (C) 2009, 2010, 2011 by Ben Kurtovic"
__license__ = "MIT License"
__version__ = "0.1dev"
__version__ = "0.1-dev"
__email__ = "ben.kurtovic@verizon.net"

bot_script = path.join(path.dirname(path.abspath(__file__)), "core", "main.py")


Loading…
Cancel
Save