in blocky-client.py [0:0]
def uptime(): """ Returns computer uptime in seconds """ return float(open('/proc/uptime').read().split()[0])