Changeset 3558

Show
Ignore:
Timestamp:
10/23/2009 10:14:22 AM (1 month ago)
Author:
brian
Message:

Go to correct directory.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nmi/src/glue_gratia.py

    r3555 r3558  
    1313    setup_py = os.path.join('setup', '%s.py' % component) 
    1414    setup_cfg = os.path.join('setup', '%s.cfg' % component) 
     15    glue.change_to_project_dir() 
    1516    shutil.copy(setup_py, "setup.py") 
    1617    shutil.copy(setup_cfg, "setup.cfg") 
     18    os.chdir('..') 
    1719 
    1820glue.configure = configure