summaryrefslogtreecommitdiffstats
path: root/tools/profile.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:33:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:33:12 +0000
commitc00ecb2892f783ed18c2f62772665d86ea66a252 (patch)
treed4f8f0a3e76745c861141e462bd80850187bb88e /tools/profile.py
parentReleasing progress-linux version 102-3~progress7.99u1. (diff)
downloaddracut-c00ecb2892f783ed18c2f62772665d86ea66a252.tar.xz
dracut-c00ecb2892f783ed18c2f62772665d86ea66a252.zip
Merging upstream version 103.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tools/profile.py')
-rw-r--r--tools/profile.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/profile.py b/tools/profile.py
index 7f98a13..51af349 100644
--- a/tools/profile.py
+++ b/tools/profile.py
@@ -56,4 +56,3 @@ if __name__ == '__main__':
sorted_x = sorted(e.iteritems(), key=operator.itemgetter(1), reverse=True)
for x in sorted_x:
print x[0], x[1]
-