]> gitweb.pimeys.fr Git - bots/parrot.git/blobdiff - quotes.py
Unicode fix ?
[bots/parrot.git] / quotes.py
index f6e4bc3dabbcf471f46cd6e123d9a403a5bac9b7..39e048dd179873afff176c4db307923e5e6d5b1c 100644 (file)
--- a/quotes.py
+++ b/quotes.py
@@ -148,6 +148,7 @@ class QuoteDB(object):
     def random(self):
         """ Sort une quote alĂ©atoire """
         return random.choice(self.quotelist)
+
     def quotesfrom(self, author):
         """ Sort toutes les quotes de ``author`` """
         return [q for q in self.quotelist if q.author == author]