Commit 4e038901 authored by Jim Fulton's avatar Jim Fulton

untabified.

parent 5a85f09e
#!/bin/env python
##############################################################################
#
# Copyright
......@@ -77,8 +76,8 @@ called automatically, if it has one.
This module provides a simple computed attribute implementation and
an example of its usage.
$Id: ComputedAttribute.py,v 1.1 1998/04/07 16:43:21 jim Exp $'''
__version__='$Revision: 1.1 $'[11:-2]
$Id: ComputedAttribute.py,v 1.2 1998/12/04 20:57:46 jim Exp $'''
__version__='$Revision: 1.2 $'[11:-2]
import ExtensionClass
......@@ -104,12 +103,3 @@ if __name__ == "__main__":
p=point(2,2)
print p.radius
##############################################################################
#
# $Log: ComputedAttribute.py,v $
# Revision 1.1 1998/04/07 16:43:21 jim
# *** empty log message ***
#
#
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