@@ -26,3 +26,7 @@ except HTTPError as e:
else:
print('Service unavailable.')
sys.exit(1)
+
+### Local Variables:
+### mode: python
+### End: