Commit 7665b993 authored by Andreas Jung's avatar Andreas Jung

removed unneccessary DateTime import

parent e9f62d83
......@@ -89,14 +89,13 @@ Aqueduct database adapters, etc.
This module can also be used as a simple template for implementing new
item types.
$Id: SimpleItem.py,v 1.89 2001/04/27 18:07:13 andreas Exp $'''
__version__='$Revision: 1.89 $'[11:-2]
$Id: SimpleItem.py,v 1.90 2001/06/11 16:30:23 andreas Exp $'''
__version__='$Revision: 1.90 $'[11:-2]
import re, sys, Globals, App.Management, Acquisition, App.Undo
import AccessControl.Role, AccessControl.Owned, App.Common
from webdav.Resource import Resource
from ExtensionClass import Base
from DateTime import DateTime
from CopySupport import CopySource
from string import join, lower, find, split
from types import InstanceType, StringType
......
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