~ubuntu-branches/ubuntu/lucid/python2.6/lucid

« back to all changes in this revision

Viewing changes to Lib/plat-mac/bundlebuilder.py

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-10-03 12:03:05 UTC
  • mto: (10.1.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 32.
  • Revision ID: james.westby@ubuntu.com-20091003120305-hij6yssh0figh590
Tags: upstream-2.6.3
ImportĀ upstreamĀ versionĀ 2.6.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
337
337
    "Python",  # the Python core library
338
338
    "Resources/English.lproj",
339
339
    "Resources/Info.plist",
340
 
    "Resources/version.plist",
341
340
]
342
341
 
343
342
def isFramework():
661
660
                if USE_ZIPIMPORT:
662
661
                    if name != "zlib":
663
662
                        # neatly pack all extension modules in a subdirectory,
664
 
                        # except zlib, since it's neccesary for bootstrapping.
 
663
                        # except zlib, since it's necessary for bootstrapping.
665
664
                        dstpath = pathjoin("ExtensionModules", dstpath)
666
665
                    # Python modules are stored in a Zip archive, but put
667
666
                    # extensions in Contents/Resources/. Add a tiny "loader"