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