• File: configparser.py
  • Full Path: /home/masbinta/public_html/admin/installer/css/sass/sym404/root/lib/python3.6/site-packages/iniparse/configparser.py
  • File size: 271 bytes
  • MIME-type: text/x-python
  • Charset: utf-8
try:
    from ConfigParser import *
    # not all objects get imported with __all__
    from ConfigParser import Error, InterpolationMissingOptionError
except ImportError:
    from configparser import *
    from configparser import Error, InterpolationMissingOptionError