X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=controller.py;h=c66ddff3576b48aa065353a56fcba230a3e7a20b;hb=570d234b7d7b40416b296de71225f28c826ee991;hp=9979370d5398c92e2f6ea47ec48e2a8bda552594;hpb=90fe600a45aa0002e35fd47b80757ce2c246714b;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'