Skip to content

Commit

Permalink
Got rid of some extra imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Sep 8, 1998
1 parent 3e4d43e commit 1a42c29
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions DT_InSV.py
Expand Up @@ -54,10 +54,10 @@
__doc__='''Sequence variables support
$Id: DT_InSV.py,v 1.5 1998/09/02 14:35:53 jim Exp $'''
__version__='$Revision: 1.5 $'[11:-2]
$Id: DT_InSV.py,v 1.6 1998/09/08 16:06:09 jim Exp $'''
__version__='$Revision: 1.6 $'[11:-2]

from string import lower, upper, rfind
from string import lower, rfind
from math import sqrt
TupleType=type(())
try:
Expand Down Expand Up @@ -404,6 +404,9 @@ def opt(start,end,size,orphan,sequence):
##############################################################################
#
# $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
# open source copyright
#
Expand Down
6 changes: 3 additions & 3 deletions VSEval.py
Expand Up @@ -54,10 +54,10 @@

"""Very Safe Python Expressions
"""
__rcs_id__='$Id: VSEval.py,v 1.16 1998/09/02 21:06:07 jim Exp $'
__version__='$Revision: 1.16 $'[11:-2]
__rcs_id__='$Id: VSEval.py,v 1.17 1998/09/08 16:03:00 jim Exp $'
__version__='$Revision: 1.17 $'[11:-2]

from string import join, find, split, translate
from string import translate
import string
gparse=None

Expand Down

0 comments on commit 1a42c29

Please sign in to comment.