X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=controller.py;fp=controller.py;h=c66ddff3576b48aa065353a56fcba230a3e7a20b;hb=cdf732863cd300caf8222c59e3f38256d9e04fca;hp=9979370d5398c92e2f6ea47ec48e2a8bda552594;hpb=359fe09b9c56bb24fee2d828d2baddfaec7f9c05;p=nodemanager.git diff --git a/controller.py b/controller.py index 9979370..c66ddff 100644 --- a/controller.py +++ b/controller.py @@ -7,9 +7,9 @@ from grp import getgrnam import logger import tools -import accounts +import account -class Controller(accounts.Account): +class Controller(account.Account): SHELL = '/usr/bin/forward_api_calls' # tunneling shell TYPE = 'controller.Controller'