AUTHORS
CHANGES
LICENSE
MANIFEST.in
README
setup.py
alfajor/__init__.py
alfajor/_compat.py
alfajor/_config.py
alfajor/_management.py
alfajor/apiclient.py
alfajor/utilities.py
alfajor.egg-info/PKG-INFO
alfajor.egg-info/SOURCES.txt
alfajor.egg-info/dependency_links.txt
alfajor.egg-info/entry_points.txt
alfajor.egg-info/requires.txt
alfajor.egg-info/top_level.txt
alfajor/browsers/__init__.py
alfajor/browsers/_lxml.py
alfajor/browsers/_waitexpr.py
alfajor/browsers/managers.py
alfajor/browsers/selenium.py
alfajor/browsers/wsgi.py
alfajor/browsers/zero.py
alfajor/runners/__init__.py
alfajor/runners/nose.py
tests/__init__.py
tests/test_management.py
tests/browser/__init__.py
tests/browser/alfajor.ini
tests/browser/test_browser.py
tests/browser/test_dom.py
tests/browser/test_forms.py
tests/browser/webapp.py
tests/browser/images/bread.jpg
tests/browser/static/jquery-1.4.2.min.js
tests/browser/templates/ajax.html
tests/browser/templates/assign_cookie.html
tests/browser/templates/assign_cookies.html
tests/browser/templates/dom.html
tests/browser/templates/form_checkboxes.html
tests/browser/templates/form_fill.html
tests/browser/templates/form_methods.html
tests/browser/templates/form_multipart.html
tests/browser/templates/form_radios.html
tests/browser/templates/form_select.html
tests/browser/templates/form_submit.html
tests/browser/templates/form_textareas.html
tests/browser/templates/index.html
tests/browser/templates/seq_a.html
tests/browser/templates/seq_b.html
tests/browser/templates/seq_c.html
tests/browser/templates/seq_d.html
tests/browser/templates/waitfor.html
tests/client/__init__.py
tests/client/alfajor.ini
tests/client/test_basic.py
tests/client/webapp.py