From cabdd946793b35b2fcaff5ee2ffec4a1644d8391 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 31 Aug 2012 18:06:27 +0200 Subject: [PATCH] missing import nodes running this code will fail to expose authorized_keys to their OMF-friendly slices --- account.py | 1 + 1 file changed, 1 insertion(+) diff --git a/account.py b/account.py index b987b9f..b15bb67 100644 --- a/account.py +++ b/account.py @@ -27,6 +27,7 @@ maximum stack size. import os import pwd, grp import threading +import subprocess import logger import tools -- 2.43.0