Eclipse project now.
This commit is contained in:
16
kodi/context.kino.control/main.py
Normal file
16
kodi/context.kino.control/main.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from resources.lib import kodilogging
|
||||
from resources.lib import context
|
||||
|
||||
import logging
|
||||
import xbmcaddon
|
||||
|
||||
# Keep this file to a minimum, as Kodi
|
||||
# doesn't keep a compiled copy of this
|
||||
ADDON = xbmcaddon.Addon()
|
||||
kodilogging.config()
|
||||
|
||||
context.run()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user