Changeset 223 for elixir/trunk/elixir/properties.py
- Timestamp:
- 10/22/07 10:27:54 (6 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/elixir/properties.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/elixir/properties.py
r221 r223 18 18 Here is a quick example of how to use ``has_property``. 19 19 20 :: 20 .. sourcecode:: python 21 21 22 22 class OrderLine(Entity):
