Merge "Add description of environment clean-up" into stable/danube
[bottlenecks.git] / testsuites / vstf / vstf_scripts / vstf / common / cfgparser.py
index 9de5a2c..802cb21 100644 (file)
@@ -12,6 +12,7 @@ from oslo.config import cfg
 
 
 class CfgParser(object):
+
     def __init__(self, config_file):
         super(CfgParser, self).__init__()
         if os.path.isfile(config_file) is False: