From 5dbd714a367692c46e3f0c0561fe8311c22a8535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mustafa=20Ar=C4=B1c=C4=B1?= Date: Mon, 20 Jun 2011 18:07:24 +0000 Subject: [PATCH] White space fix. I am a bit compulsive about that thing. --- .../djagen/collector/configxml.py | 2 +- .../mustafa_branch/djagen/collector/models.py | 2 +- .../djagen/collector/planethandler.py | 18 +++++++++--------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/DJAGEN/branches/mustafa_branch/djagen/collector/configxml.py b/DJAGEN/branches/mustafa_branch/djagen/collector/configxml.py index e952792..fcacf65 100755 --- a/DJAGEN/branches/mustafa_branch/djagen/collector/configxml.py +++ b/DJAGEN/branches/mustafa_branch/djagen/collector/configxml.py @@ -80,7 +80,7 @@ class Handler: if node.nodeName == "label": self.label = child.toxml() - + if node.nodeName == "face": self.face = child.toxml() diff --git a/DJAGEN/branches/mustafa_branch/djagen/collector/models.py b/DJAGEN/branches/mustafa_branch/djagen/collector/models.py index 332285f..f3f561e 100755 --- a/DJAGEN/branches/mustafa_branch/djagen/collector/models.py +++ b/DJAGEN/branches/mustafa_branch/djagen/collector/models.py @@ -84,7 +84,7 @@ class Entries (models.Model): class Meta: ordering = ['-date'] - + def sanitize(self, data): p = re.compile(r'<[^<]*?/?>') return p.sub('', data) diff --git a/DJAGEN/branches/mustafa_branch/djagen/collector/planethandler.py b/DJAGEN/branches/mustafa_branch/djagen/collector/planethandler.py index da4c0c4..d3003f0 100755 --- a/DJAGEN/branches/mustafa_branch/djagen/collector/planethandler.py +++ b/DJAGEN/branches/mustafa_branch/djagen/collector/planethandler.py @@ -7,17 +7,17 @@ __author__ = ['Oguz Yarimtepe ', 'Mustafa Arici