| branch | devel |
| changeset 285 | 9eb5b7ff0e38 |
| parent 267 | ef2df3f23cb1 |
| child 294 | 0e75bd39767d |
| 284:f3be8a77b3e2 | 285:9eb5b7ff0e38 |
|---|---|
17 from . import config |
17 from . import config |
18 |
18 |
19 def checkConfig(): |
19 def checkConfig(): |
20 """check configuration file syntax. |
20 """check configuration file syntax. |
21 |
21 |
22 :return: boolena value. |
22 :return: boolean value. |
23 """ |
23 """ |
24 |
24 |
25 try: |
25 try: |
26 l = configParser.read(confFiles) |
26 l = configParser.read(confFiles) |
27 if len(l) > 0: |
27 if len(l) > 0: |