summaryrefslogtreecommitdiff
path: root/modules/quotes.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/quotes.py')
-rw-r--r--modules/quotes.py2
1 files changed, 1 insertions, 1 deletions
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: