def action(self):
     util.shutdownall()
     return True
from virtual import util

if __name__ == '__main__':
    util.shutdownall()