diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:27:12 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:27:12 +0200 |
commit | 6ed8308d130b5de511a1f765a1ae27eff0c46027 (patch) | |
tree | b8ddba57b9e8e6e3f6bfebff457dc46ab6db4b97 /bin | |
parent | 2d1b7b62326e2e0435cf995a5a8d9714088a1bdb (diff) |
bin:cpu_topology -> cpu_topology.py
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/cpu_topology.py (renamed from bin/cpu_topology) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cpu_topology b/bin/cpu_topology.py index 78317b7..0ce68c5 100755 --- a/bin/cpu_topology +++ b/bin/cpu_topology.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 ''' -cpu_topology +cpu_topology.py Written by Jeffrey Lane <jeffrey.lane@canonical.com> ''' import sys |