Changeset 383 for elixir/trunk/elixir/properties.py
- Timestamp:
- 08/04/08 10:52:41 (4 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/elixir/properties.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/elixir/properties.py
r382 r383 154 154 super(GenericProperty, self).__init__(*args, **kwargs) 155 155 self.prop = prop 156 #XXX: move this to Property? 156 157 self.args = args 157 158 self.kwargs = kwargs
