Changeset 2307

Show
Ignore:
Timestamp:
05/20/08 17:37:48 (3 months ago)
Author:
wrobe..@pld-linux.org
Message:

- fixed indentation issues

Files:

Legend:

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

    r2306 r2307  
    110110    eggs = pkg_resources.require("gaphor") 
    111111    for egg in eggs: 
    112        if os.path.isdir(egg.location): 
    113            sys.path.insert(0, egg.location) 
    114            continue 
    115        else: 
    116            print 'Can only handle unpacked eggs.' 
     112        if os.path.isdir(egg.location): 
     113            sys.path.insert(0, egg.location) 
     114            continue 
     115        else: 
     116            print 'Can only handle unpacked eggs.' 
    117117    egg_names = [] 
    118118    for egg in eggs: