summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrabner <pjg.github@ubergrabner.net>2014-04-16 13:51:05 -0400
committergrabner <pjg.github@ubergrabner.net>2014-04-16 13:51:05 -0400
commit7f706596da407516815145d521890fd9e27e74c9 (patch)
treee85c75249b8a2b7a6e90c553f2a4bb1252f434c6
parentdcc485ac936cca67492ff01bf25e7a98dc473eda (diff)
downloadiniherit-7f706596da407516815145d521890fd9e27e74c9.tar.gz
corrected export list
-rw-r--r--iniherit/parser.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/iniherit/parser.py b/iniherit/parser.py
index d05b7fc..95ccba4 100644
--- a/iniherit/parser.py
+++ b/iniherit/parser.py
@@ -19,6 +19,7 @@ from six.moves import urllib
__all__ = (
'Loader', 'IniheritMixin', 'RawConfigParser',
'ConfigParser', 'SafeConfigParser',
+ 'DEFAULT_INHERITTAG',
)
#------------------------------------------------------------------------------