datatracker/ietf/utils/__init__.py
Henrik Levkowetz cd030d3b43 Adding copyright notices to all python files
- Legacy-Id: 716
2007-06-27 21:16:34 +00:00

16 lines
463 B
Python

# Copyright The IETF Trust 2007, All Rights Reserved
from listop import orl, flattenl
from log import log
from cache_foreign_key import FKAsOneToOne
from templated_form import makeTemplatedForm
from soup2text import TextSoup, soup2text
makeFormattingForm = makeTemplatedForm
# See http://docs.python.org/tut/node8.html regarding the use of __all__ and
# also regarding the practice of using "from xxx import *" in interactive
# sessions vs. in source files.