diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 11:20:40 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 11:20:40 +0200 |
commit | 1da7ca74e0a5e60c6cb5ec46a3782c09b1e2b0de (patch) | |
tree | fdf77f6197abad9890d139c86273d8fd0eabb181 /bin | |
parent | dc679a4c360a9e8d6013fc9e6348e9468036a7e2 (diff) |
bin:graphic_memory_info -> graphic_memory_info.py
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/graphic_memory_info.py (renamed from bin/graphic_memory_info) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/graphic_memory_info b/bin/graphic_memory_info.py index f9f8f64..ba7eece 100755 --- a/bin/graphic_memory_info +++ b/bin/graphic_memory_info.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# graphic_memory_info +# graphic_memory_info.py # # This file is part of Checkbox. # @@ -23,7 +23,7 @@ # along with Checkbox. If not, see <http://www.gnu.org/licenses/>. """ - The graphic_memory_info got information from lspci + The graphic_memory_info.py got information from lspci """ import re |