11 lines
161 B
Python
11 lines
161 B
Python
# -*- Mode: Python -*-
|
|
# vi:si:et:sw=4:sts=4:ts=4
|
|
|
|
import os
|
|
|
|
def get():
|
|
return {
|
|
'isinstalled': True,
|
|
'version': '@VERSION@',
|
|
}
|