Changeset 2153
- Timestamp:
- 10/02/07 04:32:38 (1 year ago)
- Files:
-
- gaphas/trunk/gaphas/examples.py (modified) (1 diff)
- gaphas/trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphas/trunk/gaphas/examples.py
r1771 r2153 191 191 192 192 In this "method" the following assumptios are made: 193 1. The only item that accepts handle connections are the Box instances 194 2. The only items with connectable handles are Line's 193 194 1. The only item that accepts handle connections are the Box instances 195 2. The only items with connectable handles are Line's 195 196 196 197 """ gaphas/trunk/setup.py
r2038 r2153 103 103 104 104 entry_points = { 105 "distutils.commands": [ "nosetests = nose.commands:nosetests", ],106 105 }, 107 106
