Changeset 1898

Show
Ignore:
Timestamp:
08/09/07 14:59:15 (1 year ago)
Author:
wrobe..@pld-linux.org
Message:

- move future declaratio at the begining of file (python 2.5

syntax requirement)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphor/trunk/utils/compare.py

    r424 r1898  
    99""" 
    1010 
     11from __future__ import generators 
     12 
    1113__all__ = ['Compare'] 
    12  
    13 from __future__ import generators 
    1414 
    1515try: