This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
__version__ = '0.2' | |
__releasedate__ = '2009-12-23' | |
__author__ = 'Ryan McGreal <[email protected]>' | |
__homepage__ = 'http://quandyfactory.com/insult' | |
__repository__ = 'http://gist.github.com/258915' | |
__copyright__ = 'Copyright (C) 2009 by Ryan McGreal. Licenced under GPL version 2. http://www.gnu.org/licenses/gpl-2.0.html' | |
def generate_insult(): |