Commit 0033a64a by Nagy Gergő

Python 2.7 compability with ConfigPrint module import

parent 7b410839
import configparser
import ConfigParser as configparser
def importConf(path_to_file):
config = configparser.RawConfigParser(allow_no_value = False)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment