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
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ that is commonly needed by many applications
- **apptools.sweet_pickle**: Handles class-level versioning, to support
loading of saved data that exist over several generations of internal class
structures.
- **apptools.template**: Supports creating templatizable object hierarchies.
- **apptools.type_manager**: Manages type extensions, including factories
to generate adapters, and hooks for methods and functions.
- **apptools.undo**: Supports undoing and scripting application commands.
Expand Down
4 changes: 0 additions & 4 deletions TODO.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
* Take a critical look at whether apptools.template should be in this project.
It appears to be adding a lot of dependencies the other packages do not need.
For now, its use is controlled through an extra.

Comment on lines -1 to -4
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file has not been edited since 2011, and it seems likely that all of these are now obsolete. Even though it is orthogonal, should I just delete this file with this PR (I can open github issues for any of the bullets if needed, but they appear no longer relevant)?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's do that in a separate PR.

* Refactor the state_pickler.py module to break the need to import
tvtk at all.

Expand Down
7 changes: 0 additions & 7 deletions apptools/template/__init__.py

This file was deleted.

47 changes: 0 additions & 47 deletions apptools/template/api.py

This file was deleted.

1 change: 0 additions & 1 deletion apptools/template/impl/__init__.py

This file was deleted.

138 changes: 0 additions & 138 deletions apptools/template/impl/any_context_data_name_item.py

This file was deleted.

Loading