(client_name, dbSettings)
| 195 | json_data.close() |
| 196 | |
| 197 | def show_dimensions(client_name, dbSettings): |
| 198 | db = MySQLdb.connect(user=dbSettings["user"],db=client_name,passwd=dbSettings["password"], host=dbSettings["host"]) |
| 199 | outputDimensions(db) |
| 200 |
nothing calls this directly
no test coverage detected