setup.py
src/icemac/__init__.py
src/icemac.addressbook.egg-info/PKG-INFO
src/icemac.addressbook.egg-info/SOURCES.txt
src/icemac.addressbook.egg-info/dependency_links.txt
src/icemac.addressbook.egg-info/entry_points.txt
src/icemac.addressbook.egg-info/namespace_packages.txt
src/icemac.addressbook.egg-info/not-zip-safe
src/icemac.addressbook.egg-info/requires.txt
src/icemac.addressbook.egg-info/top_level.txt
src/icemac/addressbook/__init__.py
src/icemac/addressbook/adapter.py
src/icemac/addressbook/address.py
src/icemac/addressbook/addressbook.py
src/icemac/addressbook/entities.py
src/icemac/addressbook/fieldsource.py
src/icemac/addressbook/i18n.py
src/icemac/addressbook/install.py
src/icemac/addressbook/interfaces.py
src/icemac/addressbook/keyword.py
src/icemac/addressbook/orderstorage.py
src/icemac/addressbook/person.py
src/icemac/addressbook/schema.py
src/icemac/addressbook/sources.py
src/icemac/addressbook/startup.py
src/icemac/addressbook/testing.py
src/icemac/addressbook/utils.py
src/icemac/addressbook/browser/__init__.py
src/icemac/addressbook/browser/base.py
src/icemac/addressbook/browser/datamanager.py
src/icemac/addressbook/browser/errormessage.py
src/icemac/addressbook/browser/form.py
src/icemac/addressbook/browser/interfaces.py
src/icemac/addressbook/browser/layout.py
src/icemac/addressbook/browser/metadata.py
src/icemac/addressbook/browser/personlist.py
src/icemac/addressbook/browser/resource.py
src/icemac/addressbook/browser/table.py
src/icemac/addressbook/browser/testing.py
src/icemac/addressbook/browser/widget.py
src/icemac/addressbook/browser/wizard.py
src/icemac/addressbook/browser/about/__init__.py
src/icemac/addressbook/browser/about/about.py
src/icemac/addressbook/browser/about/tests.py
src/icemac/addressbook/browser/addressbook/__init__.py
src/icemac/addressbook/browser/addressbook/crud.py
src/icemac/addressbook/browser/addressbook/tests/__init__.py
src/icemac/addressbook/browser/addressbook/tests/test_crud.py
src/icemac/addressbook/browser/authentication/__init__.py
src/icemac/addressbook/browser/authentication/authviewlet.py
src/icemac/addressbook/browser/authentication/session.py
src/icemac/addressbook/browser/entities/__init__.py
src/icemac/addressbook/browser/entities/entities.py
src/icemac/addressbook/browser/entities/fields.py
src/icemac/addressbook/browser/entities/tests.py
src/icemac/addressbook/browser/file/__init__.py
src/icemac/addressbook/browser/file/download.py
src/icemac/addressbook/browser/file/file.py
src/icemac/addressbook/browser/file/tests.py
src/icemac/addressbook/browser/file/widget.py
src/icemac/addressbook/browser/keyword/__init__.py
src/icemac/addressbook/browser/keyword/keyword.py
src/icemac/addressbook/browser/masterdata/__init__.py
src/icemac/addressbook/browser/masterdata/manager.py
src/icemac/addressbook/browser/masterdata/tests/__init__.py
src/icemac/addressbook/browser/masterdata/tests/test_security.py
src/icemac/addressbook/browser/menus/__init__.py
src/icemac/addressbook/browser/menus/interfaces.py
src/icemac/addressbook/browser/menus/menu.py
src/icemac/addressbook/browser/messages/__init__.py
src/icemac/addressbook/browser/messages/messages.py
src/icemac/addressbook/browser/person/__init__.py
src/icemac/addressbook/browser/person/address.py
src/icemac/addressbook/browser/person/list.py
src/icemac/addressbook/browser/person/person.py
src/icemac/addressbook/browser/person/tests/__init__.py
src/icemac/addressbook/browser/person/tests/test_list.py
src/icemac/addressbook/browser/principals/__init__.py
src/icemac/addressbook/browser/principals/principals.py
src/icemac/addressbook/browser/resources/__init__.py
src/icemac/addressbook/browser/resources/tests.py
src/icemac/addressbook/browser/rootfolder/__init__.py
src/icemac/addressbook/browser/rootfolder/root.py
src/icemac/addressbook/browser/search/__init__.py
src/icemac/addressbook/browser/search/base.py
src/icemac/addressbook/browser/search/interfaces.py
src/icemac/addressbook/browser/search/menu.py
src/icemac/addressbook/browser/search/multi_keyword.py
src/icemac/addressbook/browser/search/name.py
src/icemac/addressbook/browser/search/result/__init__.py
src/icemac/addressbook/browser/search/result/base.py
src/icemac/addressbook/browser/search/result/personlist.py
src/icemac/addressbook/browser/search/result/simple.py
src/icemac/addressbook/browser/search/result/handler/__init__.py
src/icemac/addressbook/browser/search/result/handler/base.py
src/icemac/addressbook/browser/search/result/handler/delete.py
src/icemac/addressbook/browser/search/result/handler/manager.py
src/icemac/addressbook/browser/search/result/handler/tests.py
src/icemac/addressbook/browser/search/result/handler/export/__init__.py
src/icemac/addressbook/browser/search/result/handler/export/base.py
src/icemac/addressbook/browser/search/result/handler/export/xls.py
src/icemac/addressbook/browser/search/result/handler/mailto/__init__.py
src/icemac/addressbook/browser/search/result/handler/mailto/mailto.py
src/icemac/addressbook/browser/search/result/handler/mailto/tests.py
src/icemac/addressbook/browser/search/result/handler/names/__init__.py
src/icemac/addressbook/browser/search/result/handler/names/tests.py
src/icemac/addressbook/browser/search/result/handler/update/__init__.py
src/icemac/addressbook/browser/search/result/handler/update/base.py
src/icemac/addressbook/browser/search/result/handler/update/check.py
src/icemac/addressbook/browser/search/result/handler/update/choose.py
src/icemac/addressbook/browser/search/result/handler/update/complete.py
src/icemac/addressbook/browser/search/result/handler/update/enter.py
src/icemac/addressbook/browser/search/result/handler/update/errormessages.py
src/icemac/addressbook/browser/search/result/handler/update/operators.py
src/icemac/addressbook/browser/search/result/handler/update/testing.py
src/icemac/addressbook/browser/search/result/handler/update/tests/__init__.py
src/icemac/addressbook/browser/search/result/handler/update/tests/test_doctest.py
src/icemac/addressbook/browser/search/result/handler/update/tests/test_operators.py
src/icemac/addressbook/browser/search/result/handler/update/tests/test_security.py
src/icemac/addressbook/browser/search/result/handler/update/tests/test_update.py
src/icemac/addressbook/browser/search/result/handler/update/tests/test_update_persons.py
src/icemac/addressbook/browser/search/result/tests/__init__.py
src/icemac/addressbook/browser/search/result/tests/test_personlist.py
src/icemac/addressbook/browser/tests/__init__.py
src/icemac/addressbook/browser/tests/test_doctests.py
src/icemac/addressbook/browser/tests/test_form.py
src/icemac/addressbook/browser/tests/test_layout.py
src/icemac/addressbook/browser/tests/test_personlist.py
src/icemac/addressbook/catalog/__init__.py
src/icemac/addressbook/catalog/serializer.py
src/icemac/addressbook/catalog/tests/__init__.py
src/icemac/addressbook/catalog/tests/test_doctests.py
src/icemac/addressbook/catalog/tests/test_serializer.py
src/icemac/addressbook/export/__init__.py
src/icemac/addressbook/export/base.py
src/icemac/addressbook/export/interfaces.py
src/icemac/addressbook/export/tests/__init__.py
src/icemac/addressbook/export/tests/test_doctests.py
src/icemac/addressbook/export/tests/test_export.py
src/icemac/addressbook/export/xls/__init__.py
src/icemac/addressbook/export/xls/simple.py
src/icemac/addressbook/file/__init__.py
src/icemac/addressbook/file/file.py
src/icemac/addressbook/file/interfaces.py
src/icemac/addressbook/file/tests.py
src/icemac/addressbook/generations/__init__.py
src/icemac/addressbook/generations/evolve1.py
src/icemac/addressbook/generations/evolve10.py
src/icemac/addressbook/generations/evolve11.py
src/icemac/addressbook/generations/evolve12.py
src/icemac/addressbook/generations/evolve13.py
src/icemac/addressbook/generations/evolve14.py
src/icemac/addressbook/generations/evolve15.py
src/icemac/addressbook/generations/evolve16.py
src/icemac/addressbook/generations/evolve17.py
src/icemac/addressbook/generations/evolve18.py
src/icemac/addressbook/generations/evolve19.py
src/icemac/addressbook/generations/evolve2.py
src/icemac/addressbook/generations/evolve20.py
src/icemac/addressbook/generations/evolve21.py
src/icemac/addressbook/generations/evolve22.py
src/icemac/addressbook/generations/evolve23.py
src/icemac/addressbook/generations/evolve24.py
src/icemac/addressbook/generations/evolve25.py
src/icemac/addressbook/generations/evolve26.py
src/icemac/addressbook/generations/evolve3.py
src/icemac/addressbook/generations/evolve4.py
src/icemac/addressbook/generations/evolve5.py
src/icemac/addressbook/generations/evolve6.py
src/icemac/addressbook/generations/evolve7.py
src/icemac/addressbook/generations/evolve8.py
src/icemac/addressbook/generations/evolve9.py
src/icemac/addressbook/generations/install.py
src/icemac/addressbook/generations/utils.py
src/icemac/addressbook/metadata/__init__.py
src/icemac/addressbook/metadata/interfaces.py
src/icemac/addressbook/metadata/storage.py
src/icemac/addressbook/metadata/subscriber.py
src/icemac/addressbook/metadata/tests.py
src/icemac/addressbook/namechooser/__init__.py
src/icemac/addressbook/namechooser/interfaces.py
src/icemac/addressbook/namechooser/namechooser.py
src/icemac/addressbook/namechooser/tests.py
src/icemac/addressbook/preferences/__init__.py
src/icemac/addressbook/preferences/browser.py
src/icemac/addressbook/preferences/default.py
src/icemac/addressbook/preferences/interfaces.py
src/icemac/addressbook/preferences/utils.py
src/icemac/addressbook/preferences/tests/__init__.py
src/icemac/addressbook/preferences/tests/test_browser.py
src/icemac/addressbook/preferences/tests/test_doctest.py
src/icemac/addressbook/preferences/tests/test_frontend.py
src/icemac/addressbook/preferences/tests/test_timezone.py
src/icemac/addressbook/principals/__init__.py
src/icemac/addressbook/principals/interfaces.py
src/icemac/addressbook/principals/principals.py
src/icemac/addressbook/principals/sources.py
src/icemac/addressbook/principals/tests.py
src/icemac/addressbook/tests/__init__.py
src/icemac/addressbook/tests/example.py
src/icemac/addressbook/tests/stubs.py
src/icemac/addressbook/tests/test_address.py
src/icemac/addressbook/tests/test_addressbook.py
src/icemac/addressbook/tests/test_doctests.py
src/icemac/addressbook/tests/test_entities.py
src/icemac/addressbook/tests/test_entity.py
src/icemac/addressbook/tests/test_field.py
src/icemac/addressbook/tests/test_install.py
src/icemac/addressbook/tests/test_interfaces.py
src/icemac/addressbook/tests/test_keywords.py
src/icemac/addressbook/tests/test_orderstorage.py
src/icemac/addressbook/tests/test_person.py
src/icemac/addressbook/tests/test_schema.py