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

@ -568,7 +568,7 @@ def copy_lds_ords(db, original_obj,clean_obj):
"""
for lds_ord in original_obj.get_lds_ord_list():
if not lds_ord.get_privacy():
clean_obj.add_lds_ord( lds_ord )
clean_obj.add_lds_ord( lds_ord )
def copy_addresses(db, original_obj,clean_obj):
"""