From a1a9e057a03dce910075bc2ecc8ce303a95add55 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Fri, 7 Jan 2011 19:26:07 +0000 Subject: [PATCH] Fixed permalink URL generation --- qrmaker/QRMaker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qrmaker/QRMaker.py b/qrmaker/QRMaker.py index 1353aa6..585594e 100644 --- a/qrmaker/QRMaker.py +++ b/qrmaker/QRMaker.py @@ -3,7 +3,7 @@ import re import uuid import shutil import os - +import logging HEIGHT = 210 WIDTH = 210