Fix a cyclic import among 2 config related files
I started by getting rid of the Configuration.py
file that has at this moment a single function used in a single file, namely config.py
. In moving the one function over I noticed that the former file imported 2 functions from the latter, and the latter imported the one function in the former. This was an ugly cyclic import, in a way. All simplified and fixed here :).
Edited by Eduardo Rodrigues