Commit 7d2e5622 authored by Jim Fulton's avatar Jim Fulton

Got rid of some extra imports.

parent 932645b8
...@@ -54,10 +54,10 @@ ...@@ -54,10 +54,10 @@
__doc__='''Sequence variables support __doc__='''Sequence variables support
$Id: DT_InSV.py,v 1.5 1998/09/02 14:35:53 jim Exp $''' $Id: DT_InSV.py,v 1.6 1998/09/08 16:06:09 jim Exp $'''
__version__='$Revision: 1.5 $'[11:-2] __version__='$Revision: 1.6 $'[11:-2]
from string import lower, upper, rfind from string import lower, rfind
from math import sqrt from math import sqrt
TupleType=type(()) TupleType=type(())
try: try:
...@@ -404,6 +404,9 @@ def opt(start,end,size,orphan,sequence): ...@@ -404,6 +404,9 @@ def opt(start,end,size,orphan,sequence):
############################################################################## ##############################################################################
# #
# $Log: DT_InSV.py,v $ # $Log: DT_InSV.py,v $
# Revision 1.6 1998/09/08 16:06:09 jim
# Got rid of some extra imports.
#
# Revision 1.5 1998/09/02 14:35:53 jim # Revision 1.5 1998/09/02 14:35:53 jim
# open source copyright # open source copyright
# #
......
...@@ -54,10 +54,10 @@ ...@@ -54,10 +54,10 @@
"""Very Safe Python Expressions """Very Safe Python Expressions
""" """
__rcs_id__='$Id: VSEval.py,v 1.16 1998/09/02 21:06:07 jim Exp $' __rcs_id__='$Id: VSEval.py,v 1.17 1998/09/08 16:03:00 jim Exp $'
__version__='$Revision: 1.16 $'[11:-2] __version__='$Revision: 1.17 $'[11:-2]
from string import join, find, split, translate from string import translate
import string import string
gparse=None gparse=None
......
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