summaryrefslogtreecommitdiffstats
path: root/kittystore
diff options
context:
space:
mode:
authorPierre-Yves Chibon <pingou@pingoured.fr>2012-04-25 19:20:05 +0200
committerPierre-Yves Chibon <pingou@pingoured.fr>2012-04-25 19:20:05 +0200
commit027d4d8896218b82ee2d4366b8526b5dca000a57 (patch)
treee043cf33adc651c06bdd736c70f8f8e77112be08 /kittystore
parent405641d74f313a320b4198523d2a85d443a76684 (diff)
downloadkittystore-027d4d8896218b82ee2d4366b8526b5dca000a57.tar.gz
kittystore-027d4d8896218b82ee2d4366b8526b5dca000a57.tar.xz
kittystore-027d4d8896218b82ee2d4366b8526b5dca000a57.zip
Make the url EL6 friendly
Diffstat (limited to 'kittystore')
-rw-r--r--kittystore/sastore.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/kittystore/sastore.py b/kittystore/sastore.py
index 7c23da9..b415f27 100644
--- a/kittystore/sastore.py
+++ b/kittystore/sastore.py
@@ -261,8 +261,8 @@ class MMEmail(object):
if __name__ == '__main__':
import datetime
- url = 'postgresql://mm3:mm3@localhost/mm3'
- #create(url)
+ url = 'postgres://mm3:mm3@localhost/mm3'
+ create(url)
mmemail = MMEmail(url)#, debug=True)
print mmemail.get_email('devel',
'Pine.LNX.4.55.0307210822320.19648@verdande.oobleck.net')