#!/usr/bin/env python3
import urllib.request
try: import jsonexcept ImportError: import simplejson as json
URL = "https://fixme.ch/cgi-bin/spaceapi.py"
else:
print("The hackerspace is closed")
print_info(json = get_json()try:print_info(json)
</syntaxhighlight>