From af45cf2f42aa1c1d732bcd797691f5d4d5bc4eb9 Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos <skalkoto@grnet.gr> Date: Wed, 22 Aug 2012 12:18:37 +0300 Subject: [PATCH] Fix minor pep8 error --- image_creator/os_type/unix.py | 1 - 1 file changed, 1 deletion(-) 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}') -- GitLab