Skip to content

Commit

Permalink
Import cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Oct 27, 2008
1 parent a94393e commit 7242ead
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DT_Raise.py
Expand Up @@ -27,7 +27,9 @@
__version__='$Revision: 1.13 $'[11:-2]

from zExceptions import upgradeException
from DocumentTemplate.DT_Util import parse_params, name_param, render_blocks, str
from DocumentTemplate.DT_Util import name_param
from DocumentTemplate.DT_Util import parse_params
from DocumentTemplate.DT_Util import render_blocks

class InvalidErrorTypeExpression(Exception):
pass
Expand Down

0 comments on commit 7242ead

Please sign in to comment.