]> granicus.if.org Git - python/commitdiff
Got rid of the activate() so codewarrior doesn't come to front. It isn't needed,...
authorJack Jansen <jack.jansen@cwi.nl>
Sat, 11 Aug 2001 22:28:11 +0000 (22:28 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sat, 11 Aug 2001 22:28:11 +0000 (22:28 +0000)
Mac/Lib/mkcwproject/__init__.py

index c5efb7ea79cf439778a23fd5686c837a645e3979..fec4476d479047b9c5ffcf186fdd2096e933619e 100644 (file)
@@ -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):