Commit 932645b8 authored by Jim Fulton's avatar Jim Fulton

Added atoi to string import.

parent 92f0c4a0
......@@ -164,12 +164,12 @@ Evaluating expressions without rendering results
''' # '
__rcs_id__='$Id: DT_Var.py,v 1.18 1998/09/08 15:05:32 jim Exp $'
__version__='$Revision: 1.18 $'[11:-2]
__rcs_id__='$Id: DT_Var.py,v 1.19 1998/09/08 15:55:46 jim Exp $'
__version__='$Revision: 1.19 $'[11:-2]
from DT_Util import parse_params, name_param, html_quote, str
import regex, string, sys, regex
from string import find, split, join
from string import find, split, join, atoi
class Var:
name='var'
......@@ -390,6 +390,9 @@ class Comment:
############################################################################
# $Log: DT_Var.py,v $
# Revision 1.19 1998/09/08 15:55:46 jim
# Added atoi to string import.
#
# Revision 1.18 1998/09/08 15:05:32 jim
# added str to DT_Util import to address pickling lamosities
#
......
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