From c55fc5a967ece118184840503d211cca9b8834a1 Mon Sep 17 00:00:00 2001 From: erick Date: Sat, 31 Oct 2009 01:17:28 +0000 Subject: Integrated comments from simpoir --- (limited to 'tutorius/properties.py') diff --git a/tutorius/properties.py b/tutorius/properties.py index 427222b..5422532 100644 --- a/tutorius/properties.py +++ b/tutorius/properties.py @@ -93,8 +93,6 @@ class TPropContainer(object): """ Return the list of property names. """ - # Why isn't it simply: - # return self._props.keys() ? return object.__getattribute__(self, "_props").keys() def get_properties_dict_copy(self): -- cgit v0.9.1