Skip to content

Commit

Permalink
Remove unused files
Browse files Browse the repository at this point in the history
I can tell these are unused by doing

  strace -e open -f -o /tmp/wtf.zpt bin/test

and then grepping for 'testpackage' in /tmp/wtf.zpt.

I wanted to remove these because pyflakes complains about an undefined
ViewPageTemplateFile in there.
  • Loading branch information
mgedmin committed Apr 30, 2014
1 parent 173b110 commit 431ac11
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 29 deletions.
2 changes: 0 additions & 2 deletions src/zope/pagetemplate/tests/testpackage/__init__.py

This file was deleted.

26 changes: 0 additions & 26 deletions src/zope/pagetemplate/tests/testpackage/content.py

This file was deleted.

1 change: 0 additions & 1 deletion src/zope/pagetemplate/tests/testpackage/view.pt

This file was deleted.

0 comments on commit 431ac11

Please sign in to comment.