Skip to content

Commit

Permalink
Fixed missing regsub.gsub import
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Sep 15, 1998
1 parent 0b4b1ba commit 426618e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DT_Var.py
Expand Up @@ -164,12 +164,13 @@
''' # '
__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'
Expand Down

0 comments on commit 426618e

Please sign in to comment.