CHANGES.txt
CONTRIBUTORS.txt
MANIFEST.in
README.md
setup.py
docs/LICENSE.GPL
docs/LICENSE.txt
src/collective/__init__.py
src/collective.portlet.pythonscript.egg-info/PKG-INFO
src/collective.portlet.pythonscript.egg-info/SOURCES.txt
src/collective.portlet.pythonscript.egg-info/dependency_links.txt
src/collective.portlet.pythonscript.egg-info/entry_points.txt
src/collective.portlet.pythonscript.egg-info/namespace_packages.txt
src/collective.portlet.pythonscript.egg-info/not-zip-safe
src/collective.portlet.pythonscript.egg-info/requires.txt
src/collective.portlet.pythonscript.egg-info/top_level.txt
src/collective/portlet/__init__.py
src/collective/portlet/pythonscript/__init__.py
src/collective/portlet/pythonscript/configure.zcml
src/collective/portlet/pythonscript/testing.py
src/collective/portlet/pythonscript/testing.zcml
src/collective/portlet/pythonscript/browser/__init__.py
src/collective/portlet/pythonscript/browser/alternative.pt
src/collective/portlet/pythonscript/browser/checksyntax_pythonscript.py
src/collective/portlet/pythonscript/browser/configure.zcml
src/collective/portlet/pythonscript/browser/controlpanel.pt
src/collective/portlet/pythonscript/browser/controlpanel.py
src/collective/portlet/pythonscript/browser/controlpanel_syntax.pt
src/collective/portlet/pythonscript/browser/edit_pythonscript.py
src/collective/portlet/pythonscript/browser/portlet.pt
src/collective/portlet/pythonscript/browser/portlet.py
src/collective/portlet/pythonscript/browser/renderer.pt
src/collective/portlet/pythonscript/browser/renderer.py
src/collective/portlet/pythonscript/browser/rescan_pythonscript.py
src/collective/portlet/pythonscript/browser/vocab.py
src/collective/portlet/pythonscript/browser/resources/controlpanelicon.png
src/collective/portlet/pythonscript/content/__init__.py
src/collective/portlet/pythonscript/content/configure.zcml
src/collective/portlet/pythonscript/content/event.py
src/collective/portlet/pythonscript/content/interface.py
src/collective/portlet/pythonscript/content/scriptmanager.py
src/collective/portlet/pythonscript/content/vocab.py
src/collective/portlet/pythonscript/profiles/default/controlpanel.xml
src/collective/portlet/pythonscript/profiles/default/metadata.xml
src/collective/portlet/pythonscript/profiles/default/portlets.xml
src/collective/portlet/pythonscript/profiles/testing/metadata.xml
src/collective/portlet/pythonscript/tests/__init__.py
src/collective/portlet/pythonscript/tests/base.py
src/collective/portlet/pythonscript/tests/test_portlet.py
src/collective/portlet/pythonscript/tests/test_scriptmanager.py
src/collective/portlet/pythonscript/tests/test_setup.py
src/collective/portlet/pythonscript/tests/test_vocab.py