* code clean-up

This commit is contained in:
Amr Hassan 2009-02-16 11:30:51 +00:00
parent cfe71efdd0
commit 8f237907c8

View file

@ -420,8 +420,6 @@ class _Taggable(object):
to_add = [] to_add = []
tags_on_server = self.get_tags() tags_on_server = self.get_tags()
if tags_on_server == None:
return
for tag in tags_on_server: for tag in tags_on_server:
c_old_tags.append(tag.get_name().lower()) c_old_tags.append(tag.get_name().lower())