Changeset 112 for trunk/tests/line.py

Show
Ignore:
Timestamp:
10/28/08 16:28:25 (4 years ago)
Author:
lgs
Message:

Remove whitespace

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/line.py

    r109 r112  
    2323 
    2424class PointTests(unittest.TestCase): 
    25      
     25 
    2626    def test_point(self): 
    2727        point = pycha.line.Point(2, 3, 1.0, 2.0, "test")