Commit 332ee3e5 authored by Jim Fulton's avatar Jim Fulton

untabified.

parent c1aa3d82
......@@ -84,7 +84,7 @@
##############################################################################
"""Encapsulation of date/time values"""
__version__='$Revision: 1.37 $'[11:-2]
__version__='$Revision: 1.38 $'[11:-2]
import sys, os, math, regex, ts_regex, DateTimeZone
......
......@@ -84,7 +84,7 @@
##############################################################################
"""DTML Method objects."""
__version__='$Revision: 1.28 $'[11:-2]
__version__='$Revision: 1.29 $'[11:-2]
from Globals import HTML, HTMLFile, MessageDialog
from string import join,split,strip,rfind,atoi,lower
......
......@@ -202,7 +202,7 @@ Notes on a new text index design
space.
"""
__version__='$Revision: 1.22 $'[11:-2]
__version__='$Revision: 1.23 $'[11:-2]
from Globals import Persistent
import BTree, IIBTree
......
......@@ -84,8 +84,8 @@
##############################################################################
__doc__='''Shared classes and functions
$Id: Aqueduct.py,v 1.33 1999/07/15 16:38:22 jim Exp $'''
__version__='$Revision: 1.33 $'[11:-2]
$Id: Aqueduct.py,v 1.34 1999/07/21 13:31:56 jim Exp $'''
__version__='$Revision: 1.34 $'[11:-2]
import Globals, os
from Globals import HTMLFile, Persistent
......
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