##// END OF EJS Templates
Merge pull request #1726 from minrk/cfgeval...
Merge pull request #1726 from minrk/cfgeval use eval for configurable command-line args instead of exec eval has more appropriately strict syntax, which prevents things like 'a=5' from being interpreted as Python code to be run. Previously-failing test included.

File last commit:

r2661:595fc3b9
r6758:e395f6e5 merge
Show More
Makefile
5 lines | 145 B | text/x-makefile | MakefileLexer
Barry Wark <barrywarkatgmaildotcom>
py2app plugin for Cocoa frontend
r1302 include ./plugins.mk
all : dist/IPythonCocoaController.plugin
Barry Wark
updates for frontendbase API. Cocoa plugin functional in Objective-C app
r1303 dist/IPythonCocoaController.plugin : ./IPythonCocoaFrontendLoader.py\
./setup.py