Changeset 3510
- Timestamp:
- 10/07/2009 11:18:03 AM (2 months ago)
- Files:
-
- nmi/src/declare_mgltools.py (copied) (copied from nmi/src/declare.py) (1 diff)
- nmi/src/glue_mgltools.py (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nmi/src/declare_mgltools.py
r2894 r3510 3 3 list = open('tasklist.nmi', 'w') 4 4 list.write('configure\n') 5 list.write('bdist\n') 6 list.write('bdist_rpm\n') 7 list.write('bdist_egg\n') 8 list.write('package_rpm\n') 5 list.write('build\n') 6 list.write('package\n') 9 7
