X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/37ee0098fc090232ea99c4886eed517563858bf5..af45cf2f42aa1c1d732bcd797691f5d4d5bc4eb9:/image_creator/os_type/unix.py diff --git a/image_creator/os_type/unix.py b/image_creator/os_type/unix.py index fa70805..1e74668 100644 --- a/image_creator/os_type/unix.py +++ b/image_creator/os_type/unix.py @@ -56,7 +56,6 @@ class Unix(OSBase): self.out.warn("No passworded users found!") del self.meta['USERS'] - def _get_passworded_users(self): users = [] regexp = re.compile('(\S+):((?:!\S+)|(?:[^!*]\S+)|):(?:\S*:){6}')