fixed indentation issues and mix of tabs and spaces.
svn: r11943
This commit is contained in:
@@ -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:
|
||||
|
@@ -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:
|
||||
|
@@ -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:
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user