Skip to content

Instantly share code, notes, and snippets.

@bzd111
Created July 13, 2017 06:09
Show Gist options
  • Save bzd111/213d8cff6a2518397a25fc548c8e325d to your computer and use it in GitHub Desktop.
Save bzd111/213d8cff6a2518397a25fc548c8e325d to your computer and use it in GitHub Desktop.
if sys.version_info[0] >= 3:
import configparser
else:
from backports import configparser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment