diff options
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/bin/mageiawelcome | 2 | ||||
-rwxr-xr-x | usr/bin/mageiawelcome-launcher | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/bin/mageiawelcome b/usr/bin/mageiawelcome index bb8d694..d6a3b64 100755 --- a/usr/bin/mageiawelcome +++ b/usr/bin/mageiawelcome @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 import os diff --git a/usr/bin/mageiawelcome-launcher b/usr/bin/mageiawelcome-launcher index 8660fd0..289bb9d 100755 --- a/usr/bin/mageiawelcome-launcher +++ b/usr/bin/mageiawelcome-launcher @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 import os from user import home |