Commit f993b1b2 authored by 's avatar

Fixed missing regsub.gsub import

parent 20a5a4da
......@@ -164,12 +164,13 @@ Evaluating expressions without rendering results
''' # '
__rcs_id__='$Id: DT_Var.py,v 1.24 1998/09/14 22:08:13 jim Exp $'
__version__='$Revision: 1.24 $'[11:-2]
__rcs_id__='$Id: DT_Var.py,v 1.25 1998/09/15 13:59:28 brian Exp $'
__version__='$Revision: 1.25 $'[11:-2]
from DT_Util import parse_params, name_param, html_quote, str
import regex, string, sys, regex
from string import find, split, join, atoi, rfind
from regsub import gsub
class Var:
name='var'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment