Add missing import for NSLog to passwdutil.py

This commit is contained in:
Greg Neagle
2017-12-01 14:48:39 -08:00
parent 2459f8075d
commit 4e0334495b

View File

@@ -10,7 +10,7 @@
import OpenDirectory as OD
from Foundation import NSLog
def findODuserRecords(username, nodename='/Search'):
'''Uses OpenDirectory methods to find user records for username'''