summaryrefslogtreecommitdiff
path: root/plugin.video.embycon/default.py
blob: 26170c2cd378ba586d17adc4969fe6d72b96f084 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Gnu General Public License - see LICENSE.TXT

from resources.lib.simple_logging import SimpleLogging
from resources.lib.functions import mainEntryPoint

log = SimpleLogging('default')

log.debug("About to enter mainEntryPoint()")

mainEntryPoint()

# clear done and exit.
# sys.modules.clear()