You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
425 B
11 lines
425 B
diff --git a/kcms/ksmserver/kconf_update/ksmserver_update_loginMode_value.py b/kcms/ksmserver/kconf_update/ksmserver_update_loginMode_value.py
|
|
index a019986..cec9c78 100644
|
|
--- a/kcms/ksmserver/kconf_update/ksmserver_update_loginMode_value.py
|
|
+++ b/kcms/ksmserver/kconf_update/ksmserver_update_loginMode_value.py
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python3
|
|
+#!/usr/bin/python3
|
|
import fileinput
|
|
|
|
for line in fileinput.input():
|