fixed indentation issues and mix of tabs and spaces.

svn: r11943
This commit is contained in:
Raphael Ackermann
2009-02-09 23:37:40 +00:00
parent 7f1cbf9063
commit baef4d76a4
18 changed files with 30 additions and 30 deletions

View File

@@ -52,7 +52,7 @@ class HasAddress(Rule):
def prepare(self, db):
# things we want to do just once, not for every handle
if self.list[1] == _('lesser than'):
self.count_type = 0
self.count_type = 0
elif self.list[1] == _('greater than'):
self.count_type = 2
else:

View File

@@ -51,7 +51,7 @@ class HasAssociation(Rule):
def prepare(self, db):
# things we want to do just once, not for every handle
if self.list[1] == _('lesser than'):
self.count_type = 0
self.count_type = 0
elif self.list[1] == _('greater than'):
self.count_type = 2
else:

View File

@@ -48,7 +48,7 @@ class HasGalleryBase(Rule):
def prepare(self, db):
# things we want to do just once, not for every handle
if self.list[1] == _('lesser than'):
self.count_type = 0
self.count_type = 0
elif self.list[1] == _('greater than'):
self.count_type = 2
else:

View File

@@ -51,7 +51,7 @@ class HasLDSBase(Rule):
def prepare(self, db):
# things we want to do just once, not for every handle
if self.list[1] == _('lesser than'):
self.count_type = 0
self.count_type = 0
elif self.list[1] == _('greater than'):
self.count_type = 2
else: