2017-03-17 04:41:46 +00:00
|
|
|
# Gnu General Public License - see LICENSE.TXT
|
2014-09-28 00:30:07 +00:00
|
|
|
|
2017-03-16 20:10:35 +00:00
|
|
|
from resources.lib.simple_logging import SimpleLogging
|
2017-03-17 04:41:46 +00:00
|
|
|
from resources.lib.functions import mainEntryPoint
|
2017-03-16 20:10:35 +00:00
|
|
|
|
2017-03-17 04:41:46 +00:00
|
|
|
log = SimpleLogging("EmbyCon.default")
|
2014-09-28 00:30:07 +00:00
|
|
|
|
2017-03-09 08:41:53 +00:00
|
|
|
log.info("About to enter mainEntryPoint()")
|
|
|
|
|
2017-03-17 04:41:46 +00:00
|
|
|
mainEntryPoint()
|
2014-10-02 06:02:50 +00:00
|
|
|
|
2014-09-28 00:30:07 +00:00
|
|
|
#clear done and exit.
|
2014-10-30 03:29:19 +00:00
|
|
|
#sys.modules.clear()
|
2014-10-02 06:02:50 +00:00
|
|
|
|
|
|
|
|