Commit ae630f47 authored by Andreas Jung's avatar Andreas Jung

removed unused import

parent cf2042ee
......@@ -13,7 +13,7 @@
"""Global definitions"""
__version__='$Revision: 1.50 $'[11:-2]
__version__='$Revision: 1.51 $'[11:-2]
# Global constants: __replaceable__ flags:
NOT_REPLACEABLE = 0
......@@ -21,7 +21,7 @@ REPLACEABLE = 1
UNIQUE = 2
import Acquisition, ComputedAttribute, App.PersistentExtra, os
import TreeDisplay, string
import TreeDisplay
from App.FindHomes import INSTANCE_HOME, SOFTWARE_HOME
from App.Common import package_home, attrget, Dictionary
......
......@@ -10,9 +10,9 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
__version__='$Revision: 1.4 $'[11:-2]
__version__='$Revision: 1.5 $'[11:-2]
import os, string, sys, time
import os, sys, time
from FormatException import format_exception
......
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