mythboxee/mythtv/MythStatic.py

14 lines
261 B
Python
Raw Normal View History

2010-07-30 19:21:27 -07:00
# -*- coding: utf-8 -*-
"""
Contains any static and global variables for MythTV Python Bindings
"""
2010-08-18 18:22:46 -07:00
OWN_VERSION = (0,23,1,0)
2010-07-30 19:21:27 -07:00
SCHEMA_VERSION = 1254
MVSCHEMA_VERSION = 1032
NVSCHEMA_VERSION = 1004
2010-08-18 18:22:46 -07:00
PROTO_VERSION = 23056
2010-07-30 19:21:27 -07:00
PROGRAM_FIELDS = 47
BACKEND_SEP = '[]:[]'