Commit 79a1de6a authored by Andreas Jung's avatar Andreas Jung

removed unused string module import

parent bd797505
...@@ -13,13 +13,12 @@ ...@@ -13,13 +13,12 @@
"""Simple column indices""" """Simple column indices"""
__version__='$Revision: 1.5 $'[11:-2] __version__='$Revision: 1.6 $'[11:-2]
from Globals import Persistent from Globals import Persistent
from Acquisition import Implicit from Acquisition import Implicit
import BTree import BTree
import IOBTree import IOBTree
import string
from zLOG import LOG, ERROR from zLOG import LOG, ERROR
from types import StringType, ListType, IntType, TupleType from types import StringType, ListType, IntType, TupleType
......
#!/usr/bin/env python #!/usr/bin/env python
from distutils.core import setup,Extension from distutils.core import setup,Extension
import os,exceptions,string,commands,sys import os,exceptions,commands,sys
CFLAGS = [] CFLAGS = []
LFLAGS = [] LFLAGS = []
......
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