Changeset 2153

Show
Ignore:
Timestamp:
10/02/07 04:32:38 (1 year ago)
Author:
arj..@yirdis.nl
Message:

Removed entry point for nosetests

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphas/trunk/gaphas/examples.py

    r1771 r2153  
    191191 
    192192        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 
    195196          
    196197        """ 
  • gaphas/trunk/setup.py

    r2038 r2153  
    103103 
    104104    entry_points = { 
    105     "distutils.commands": [ "nosetests = nose.commands:nosetests", ], 
    106105    }, 
    107106