From 15b4d293e7012a405cf73c073139f9065508b4d2 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Mon, 1 Nov 2010 21:45:43 +0100 Subject: quotes: Import the re module. --- modules/quotes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/quotes.py b/modules/quotes.py index 8a113c9..cf3c794 100644 --- a/modules/quotes.py +++ b/modules/quotes.py @@ -4,7 +4,7 @@ info = { 'description': 'Allows users to access a quote database.', } -import random, time +import random, time, re from pyPgSQL import PgSQL class Quotes: -- cgit v1.2.3