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