add missing return

This commit is contained in:
Yann Leboulanger 2010-08-12 21:37:26 +02:00
parent a604f75912
commit 685a7a6e7f
1 changed files with 1 additions and 0 deletions

View File

@ -416,6 +416,7 @@ class ListSingleField(ListField, StringField):
return True
if not self.value:
return False
return True
class JidSingleField(ListSingleField):
"""