1 /* Localized versions of Info.plist keys */
3 CFBundleName = "Python";
4 CFBundleShortVersionString = "2.3";
5 CFBundleGetInfoString = "2.3, (c) 2003 Python Software Foundation.";
6 CFBundleLongVersionString = "2.3, (c) 2003 Python Software Foundation.";
7 NSHumanReadableCopyright = "Copyright 2003 Python Software Foundation.";