svn path=/main/trunk/; revision=14296
# Distributed under the terms of the GNU General Public License v2
# $Id$
+from __future__ import print_function
VERSION="$Rev$"[6:-2] + "-svn"
# START OF IMPORTS -- START OF IMPORTS -- START OF IMPORTS -- START OF IMPORT
# ===========================================================================
-from __future__ import print_function
-
try:
import sys
import codecs
# Distributed under the terms of the GNU General Public License v2
# $Id$
+from __future__ import print_function
+
__all__ = ["SETPREFIX", "get_boolean", "SetConfigError",
"SetConfig", "load_default_config"]
-from __future__ import print_function
-
try:
from configparser import SafeConfigParser, NoOptionError
except ImportError: