Commit 5ec75795 authored by Dan Pascu's avatar Dan Pascu

Removed comment

parent ee443b0d
...@@ -5156,7 +5156,7 @@ class RingtoneDescriptor(object): ...@@ -5156,7 +5156,7 @@ class RingtoneDescriptor(object):
return self return self
return self.values[obj] return self.values[obj]
def __set__(self, obj, ringtone): # review this again -Dan def __set__(self, obj, ringtone):
old_ringtone = self.values.get(obj, Null) old_ringtone = self.values.get(obj, Null)
if ringtone is not Null and ringtone.type == old_ringtone.type: if ringtone is not Null and ringtone.type == old_ringtone.type:
return return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment