diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:51:57 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:51:57 +0200 |
commit | 3cc0bde4692104af9a44737da3a953a3802cb8fe (patch) | |
tree | 88f20e1af540d5718807ff00dfc5755503757f8a /bin | |
parent | a59b7e3c1646faa022ae15c25403728049af1a30 (diff) |
bin:fresh_rate_info -> fresh_rate_info.py
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/fresh_rate_info.py (renamed from bin/fresh_rate_info) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/fresh_rate_info b/bin/fresh_rate_info.py index 838e5a6..43a8f2a 100755 --- a/bin/fresh_rate_info +++ b/bin/fresh_rate_info.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# fresh_rate_info +# fresh_rate_info.py # # This file is part of Checkbox. # @@ -23,7 +23,7 @@ # along with Checkbox. If not, see <http://www.gnu.org/licenses/>. """ - The fresh_rate_info got information from xrandr + The fresh_rate_info.py got information from xrandr """ import re |