Skip to content

Instantly share code, notes, and snippets.

@norbinsh
Created July 1, 2017 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save norbinsh/3e7c39354652c3c79738ca5ae3c4c986 to your computer and use it in GitHub Desktop.
Save norbinsh/3e7c39354652c3c79738ca5ae3c4c986 to your computer and use it in GitHub Desktop.
import os
import configparser
config = configparser.ConfigParser()
config.read(os.path.dirname(__file__) + '/config.ini')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment