Skip to content

Commit

Permalink
Removed htmlrender.py.
Browse files Browse the repository at this point in the history
svn path=/Products.Poi/trunk/; revision=245126
  • Loading branch information
mauritsvanrees committed Oct 5, 2011
1 parent da0ba05 commit 3bbd943
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 102 deletions.
3 changes: 3 additions & 0 deletions Products/Poi/HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Changelog for Poi
2.0.3 (unreleased)
------------------

- Removed htmlrender.py.
[maurits[

- Refactored the email notifications by creating a page template
``browser/poi_mail.pt`` and a css file ``skins/Poi/poi-email.css``
and using that instead of hardcoded stuff in a python file
Expand Down
100 changes: 0 additions & 100 deletions Products/Poi/htmlrender.py

This file was deleted.

2 changes: 0 additions & 2 deletions Products/Poi/tests/test_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

def test_suite():
return unittest.TestSuite([
doctestunit.DocTestSuite(module='Products.Poi.htmlrender',
optionflags=OPTIONFLAGS),
doctestunit.DocTestSuite(module='Products.Poi.browser.response',
optionflags=OPTIONFLAGS),
doctestunit.DocFileSuite('responses.txt',
Expand Down

0 comments on commit 3bbd943

Please sign in to comment.