##// END OF EJS Templates
py2app plugin for Cocoa frontend
py2app plugin for Cocoa frontend

File last commit:

r1302:7abaf3d5
r1302:7abaf3d5
Show More
FrontendLoader.py
16 lines | 608 B | text/x-python | PythonLexer
# encoding: utf-8
"""
Provides a namespace for loading the Cocoa frontend via a Cocoa plugin.
Author: Barry Wark
"""
__docformat__ = "restructuredtext en"
#-----------------------------------------------------------------------------
# Copyright (C) 2008 The IPython Development Team
#
# Distributed under the terms of the BSD License. The full license is in
# the file COPYING, distributed as part of this software.
#-----------------------------------------------------------------------------
from Foundation import NSObject
from IPython.frontend.cocoa.cocoa_frontend import IPythonCocoaController