Skip to content

Commit

Permalink
Removed brians no-longer-needed import.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Sep 15, 1998
1 parent 426618e commit da3f806
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions DT_Var.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,12 @@
''' # '
__rcs_id__='$Id: DT_Var.py,v 1.25 1998/09/15 13:59:28 brian Exp $'
__version__='$Revision: 1.25 $'[11:-2]
__rcs_id__='$Id: DT_Var.py,v 1.26 1998/09/15 14:14:45 jim Exp $'
__version__='$Revision: 1.26 $'[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 da3f806

Please sign in to comment.