mythboxee/mythtv/MythStatic.py

13 lines
233 B
Python
Executable File

# -*- coding: utf-8 -*-
"""
Contains any static and global variables for MythTV Python Bindings
"""
SCHEMA_VERSION = 1254
MVSCHEMA_VERSION = 1032
NVSCHEMA_VERSION = 1004
PROTO_VERSION = 56
PROGRAM_FIELDS = 47
BACKEND_SEP = '[]:[]'