#!/usr/bin/env python # -*- coding: utf-8 -*- # This must come first from __future__ import print_function, unicode_literals, division db_host = "xxx.xxx.xxx.xxx" db_port = "xxxx" db_name = "db_name" db_user = "db_user" db_pwd = "db_pwd"