Welcome to mirror list, hosted at ThFree Co, Russian Federation.

__init__.py « mxTextTools « TextTools « modules « python « intern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 009b7cbd4c708d511534dd03c5144a26cb150559 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
""" mxTextTools - A tools package for fast text processing.

    (c) Copyright Marc-Andre Lemburg; All Rights Reserved.
    See the documentation for further information on copyrights,
    or contact the author (mal@lemburg.com).
"""
from mxTextTools import *
from mxTextTools import __version__

#
# Make BMS take the role of FS in case the Fast Search object was not built
#
try:
    FS
except NameError:
    FS = BMS
    FSType = BMSType