added baby mm launcher

This commit is contained in:
Rudi Grinberg 2012-11-15 15:08:49 -05:00
parent 9c74b0ea2c
commit 88231a19c3
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# -*- coding: utf-8 -*-
from media.saas.launcher import setup_logger, setup_global
def autoscan_instances(log_config):
print("privet mang")
def main(log_config, log_path):
log = setup_logger(log_config, log_path)
setup_global(log)
autoscan_instances(log_config)
if __name__ == '__main__': main('shen','sheni')