Changeset 1624

Show
Ignore:
Timestamp:
07/12/07 10:38:13 (1 year ago)
Author:
wrobe..@pld-linux.org
Message:

- future statement has to be at the begining of the file in python 2.5

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphas/branches/hw/gaphas/constraint.py

    r1623 r1624  
    2323       is kept to a minimum 
    2424""" 
     25from __future__ import division 
    2526 
    2627__version__ = "$Revision$" 
     
    2829 
    2930 
    30 from __future__ import division 
    3131import operator 
    3232from decorators import recursive