diffable = ['DTML Method', 'DTML Document', 'Script (Python)', 'Page Template' ] syncable = ['File', 'Image', 'DTML Method', 'DTML Document', 'Script (Python)', 'Page Template' ] colours = { 'ok':'green', 'out of date':'orange', 'missing':'red', 'extra':'red', } error_messages = { '200': "Completed with no errors.", '403': "You do not have access to do that. You must have the same account on the destination server.", '404': "Wasn't able to find this object.", '500': "Server error while syncing." }