diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-11 22:28:11 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-11 22:28:11 (GMT) |
commit | fb513a20b502c543acca26039df60c13029cf05a (patch) | |
tree | 6c844b1aed2d2e2723e36b084a8577bc19dd20df /Mac | |
parent | abce416e1678118da5fe1e667a1ad8a9c9c430c1 (diff) | |
download | cpython-fb513a20b502c543acca26039df60c13029cf05a.zip cpython-fb513a20b502c543acca26039df60c13029cf05a.tar.gz cpython-fb513a20b502c543acca26039df60c13029cf05a.tar.bz2 |
Got rid of the activate() so codewarrior doesn't come to front. It isn't needed, and without it you can get work done while building the projects:-)
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Lib/mkcwproject/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/Lib/mkcwproject/__init__.py b/Mac/Lib/mkcwproject/__init__.py index c5efb7e..fec4476 100644 --- a/Mac/Lib/mkcwproject/__init__.py +++ b/Mac/Lib/mkcwproject/__init__.py @@ -68,7 +68,6 @@ def makeproject(xmlfile, projectfile): cw.send_timeout = AppleEvents.kNoTimeOut xmlfss = macfs.FSSpec(xmlfile) prjfss = macfs.FSSpec(projectfile) - cw.activate() cw.my_mkproject(prjfss, xmlfss) def buildproject(projectfile): |