Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ that is commonly needed by many applications
- **apptools.logger**: Convenience functions for creating logging handlers
- **apptools.naming**: Manages naming contexts, supporting non-string data
types and scoped preferences
- **apptools.permissions**: Supports limiting access to parts of an
application unless the user is appropriately authorised (not full-blown
security).
- **apptools.persistence**: Supports pickling the state of a Python object
to a dictionary, which can then be flexibly applied in restoring the state of
the object.
Expand Down
5 changes: 0 additions & 5 deletions apptools/permissions/__init__.py

This file was deleted.

2 changes: 0 additions & 2 deletions apptools/permissions/action/__init__.py

This file was deleted.

17 changes: 0 additions & 17 deletions apptools/permissions/action/api.py

This file was deleted.

38 changes: 0 additions & 38 deletions apptools/permissions/action/login_action.py

This file was deleted.

60 changes: 0 additions & 60 deletions apptools/permissions/action/logout_action.py

This file was deleted.

62 changes: 0 additions & 62 deletions apptools/permissions/action/user_menu_manager.py

This file was deleted.

154 changes: 0 additions & 154 deletions apptools/permissions/adapter_base.py

This file was deleted.

2 changes: 0 additions & 2 deletions apptools/permissions/adapters/__init__.py

This file was deleted.

Loading