[sysadmin-bin] create-auth: correctly import module



commit 0fc6a3a35f0c12eff447e76c130805c42d213ddf
Author: Olav Vitters <olav vitters nl>
Date:   Sat Apr 2 13:37:10 2011 +0200

    create-auth: correctly import module

 create-auth |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/create-auth b/create-auth
index 0b063ed..5375483 100755
--- a/create-auth
+++ b/create-auth
@@ -295,7 +295,7 @@ if __name__ == '__main__':
     (options, group_list) = parser.parse_args()
 
     if options.homedirs is not None:
-        import pprint.pprint
+        import pprint
         if options.homedirs == 'all':
             homedir_list = ['ovitters']
         else:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]