CHANGES.txt
LICENSE.txt
Makefile
README.txt
TODO.txt
VERSION.txt
setup.py
doc/README.txt
doc/builtin-plugins.txt
doc/develop-plugins.txt
doc/install.txt
doc/usage.txt
src/ximenez/__init__.py
src/ximenez/input.py
src/ximenez/utils.py
src/ximenez/xim.py
src/ximenez.egg-info/PKG-INFO
src/ximenez.egg-info/SOURCES.txt
src/ximenez.egg-info/dependency_links.txt
src/ximenez.egg-info/entry_points.txt
src/ximenez.egg-info/namespace_packages.txt
src/ximenez.egg-info/not-zip-safe
src/ximenez.egg-info/top_level.txt
src/ximenez/actions/__init__.py
src/ximenez/actions/action.py
src/ximenez/actions/misc/__init__.py
src/ximenez/actions/misc/log.py
src/ximenez/actions/ssh/__init__.py
src/ximenez/actions/ssh/remoteaction.py
src/ximenez/actions/zope/__init__.py
src/ximenez/actions/zope/adduser.py
src/ximenez/actions/zope/chpwduser.py
src/ximenez/actions/zope/rmuser.py
src/ximenez/collectors/__init__.py
src/ximenez/collectors/collector.py
src/ximenez/collectors/misc/__init__.py
src/ximenez/collectors/misc/readlines.py
src/ximenez/collectors/ssh/__init__.py
src/ximenez/collectors/ssh/instances.py
src/ximenez/collectors/ssh/readlines.py
src/ximenez/collectors/zope/__init__.py
src/ximenez/collectors/zope/instances.py
src/ximenez/collectors/zope/readlines.py
src/ximenez/shared/__init__.py
src/ximenez/shared/ssh.py
src/ximenez/shared/zope.py
tests/__init__.py
tests/base.py
tests/fakeinput.py
tests/fakelogger.py
tests/test.py
tests/test_actions_misc.py
tests/test_actions_ssh.py
tests/test_actions_zope.py
tests/test_collectors_misc.py
tests/test_collectors_ssh.py
tests/test_collectors_zope.py
tests/test_shared_ssh.py
tests/test_shared_zope.py
tests/test_utils.py
tests/zopetestsbase.py
tests/data/edit_form.html
tests/data/hosts.txt
tests/data/lines.txt
tests/data/zope-instances.txt
