X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=ud-arbimport;h=7d306f7afb3053594ad24e63272ac027d76fe078;hb=c626017071b2de3c4623df898dcf0e16f25e7272;hp=5d5a37d0b2290c6a36936c5abe0aaa614bcaada3;hpb=cdba05cbc8f2fa6a8557fd43e6c4e4d5d8e1130c;p=mirror%2Fuserdir-ldap.git diff --git a/ud-arbimport b/ud-arbimport index 5d5a37d..7d306f7 100755 --- a/ud-arbimport +++ b/ud-arbimport @@ -36,7 +36,7 @@ for (switch, val) in options: NoAct = 1; if len(arguments) == 0: print "Give the key to assignt to then the file to import"; - os.exit(0); + sys.exit(0) # Main program starts here l = passwdAccessLDAP(LDAPServer, BaseDn, AdminUser)