1 # -*- Mode: Python -*- 2 # vi:si:et:sw=4:sts=4:ts=4 3 4 -def get(): 5 return { 6 'isinstalled': False, 7 'version': '0.2.6', 8 } 9