Mercurial > moin > 1.9
changeset 3173:8306c3b93081
fix SyntaxWarning, import * is not allowed there
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Sun, 02 Mar 2008 20:31:51 +0100 |
parents | c923623b5e30 |
children | 4ea7ea7d755e |
files | wikiconfig.py |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/wikiconfig.py Sun Mar 02 20:13:40 2008 +0100 +++ b/wikiconfig.py Sun Mar 02 20:31:51 2008 +0100 @@ -23,9 +23,3 @@ page_front_page = u'FrontPage' # change to some better value # ^^^ DON'T TOUCH THIS EXCEPT IF YOU KNOW WHAT YOU DO ^^^ - # developers, add your testing config values in this file - # (and don't add it to your repository): - try: - from wikiconfig_local import * - except ImportError: - pass