datatracker/ietf/utils/__init__.py
Ole Laursen 58afa08edf Remove import of unused FKAsOneToOne
- Legacy-Id: 6834
2013-12-07 12:49:32 +00:00

12 lines
337 B
Python

# Copyright The IETF Trust 2007, All Rights Reserved
from log import log
from draft_search import normalize_draftname
from test_utils import TestCase
# 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.