diff options
author | Michele Calgaro <[email protected]> | 2023-12-11 04:11:27 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-05 19:29:58 +0900 |
commit | dceb004c9be27e6596151cf9165de2989989154b (patch) | |
tree | e0fc66f0d32395725264b75b002ebf946a292013 /userconfig/userconfig.py | |
parent | babd37358dba926a68da1fc385d2229e21d77dd9 (diff) | |
download | tde-guidance-dceb004c9be27e6596151cf9165de2989989154b.tar.gz tde-guidance-dceb004c9be27e6596151cf9165de2989989154b.zip |
Conversion to cmake building system
Signed-off-by: Michele Calgaro <[email protected]>
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 95f2a2d8b59e13dcdcd7e58ed4ec8553f039b45e)
Diffstat (limited to 'userconfig/userconfig.py')
-rwxr-xr-x | userconfig/userconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userconfig/userconfig.py b/userconfig/userconfig.py index 76140e8..325f0c3 100755 --- a/userconfig/userconfig.py +++ b/userconfig/userconfig.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # -*- coding: UTF-8 -*- ########################################################################### # userconfig.py - description # |