vmm
branchv0.7.x
changeset 713 74ee0a62039c
parent 711 2a75058fc064
equal deleted inserted replaced
712:6be7e9085e94 713:74ee0a62039c
    13     # not in sys.path
    13     # not in sys.path
    14     #sys.path[0] = '/usr/local/lib/vmm'
    14     #sys.path[0] = '/usr/local/lib/vmm'
    15     # Otherwise just remove /usr/local/sbin from sys.path
    15     # Otherwise just remove /usr/local/sbin from sys.path
    16     sys.path.remove(sys.path[0])
    16     sys.path.remove(sys.path[0])
    17     from VirtualMailManager.cli.main import run
    17     from VirtualMailManager.cli.main import run
    18     sys.exit(run())
    18     sys.exit(run(sys.argv))