* ud-arbimport: os.exit -> sys.exit
[mirror/userdir-ldap.git] / ud-arbimport
index 5d5a37d..7d306f7 100755 (executable)
@@ -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)