diff options
author | Georg Brandl <georg@python.org> | 2010-08-02 22:28:01 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-08-02 22:28:01 (GMT) |
commit | e27c906c52a5827294037100662a7b0ccb303a47 (patch) | |
tree | 42f3d416500e5b57ab7100f3da2a28a1455b836d /Tools/faqwiz/faqcust.py | |
parent | 0063958c2ed210a0d70da2ab26f660a092888cf0 (diff) | |
download | cpython-e27c906c52a5827294037100662a7b0ccb303a47.zip cpython-e27c906c52a5827294037100662a7b0ccb303a47.tar.gz cpython-e27c906c52a5827294037100662a7b0ccb303a47.tar.bz2 |
Remove faqwiz tool.
Diffstat (limited to 'Tools/faqwiz/faqcust.py')
-rw-r--r-- | Tools/faqwiz/faqcust.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/faqwiz/faqcust.py b/Tools/faqwiz/faqcust.py deleted file mode 100644 index 8f16781..0000000 --- a/Tools/faqwiz/faqcust.py +++ /dev/null @@ -1 +0,0 @@ -# Add your customizations here -- modified copies of what's in faqconf.py. |