##// END OF EJS Templates
Added argparse with BSD license....
Added argparse with BSD license. Taken from: http://argparse.googlecode.com/svn/branches/r101-bsd/ This release was made by Steven Bethard, author of argparse, explicitly for the purpose of providing IPython with a BSD-licensed argparse. Many thanks to Steven!

File last commit:

r1310:1e1cd515
r2350:4a72d6fe
Show More
Placeholder (Do Not Use)-Info.plist
20 lines | 632 B | text/plain | TextLexer
/ IPython / frontend / cocoa / plugin / Placeholder (Do Not Use)-Info.plist
Barry Wark
placeholder info.plist
r1310 <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.yourcompany.Placeholder (Do Not Use)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
</dict>
</plist>