Minor cleanup based on pyflakes feedback
- Legacy-Id: 188
This commit is contained in:
parent
186f3f3043
commit
4a289b821f
|
@ -4,3 +4,11 @@ from cache_foreign_key import FKAsOneToOne
|
||||||
from templated_form import makeTemplatedForm
|
from templated_form import makeTemplatedForm
|
||||||
|
|
||||||
makeFormattingForm = makeTemplatedForm
|
makeFormattingForm = makeTemplatedForm
|
||||||
|
|
||||||
|
__all__ = ["orl", "flattenl", "log", "FKAsOneToOne", "makeTemplatedForm", "makeFormattingForm"]
|
||||||
|
|
||||||
|
# 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.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue