Changeset 3558
- Timestamp:
- 10/23/2009 10:14:22 AM (1 month ago)
- Files:
-
- nmi/src/glue_gratia.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nmi/src/glue_gratia.py
r3555 r3558 13 13 setup_py = os.path.join('setup', '%s.py' % component) 14 14 setup_cfg = os.path.join('setup', '%s.cfg' % component) 15 glue.change_to_project_dir() 15 16 shutil.copy(setup_py, "setup.py") 16 17 shutil.copy(setup_cfg, "setup.cfg") 18 os.chdir('..') 17 19 18 20 glue.configure = configure
