cpudist: remove unused Tracepoint import
authorSasha Goldshtein <goldshtn@gmail.com>
Mon, 30 Jan 2017 07:40:42 +0000 (07:40 +0000)
committerSasha Goldshtein <goldshtn@gmail.com>
Mon, 30 Jan 2017 07:40:42 +0000 (07:40 +0000)
tools/cpudist.py

index 152596f..47658c0 100755 (executable)
@@ -12,7 +12,7 @@
 # Licensed under the Apache License, Version 2.0 (the "License")
 
 from __future__ import print_function
-from bcc import BPF, Tracepoint
+from bcc import BPF
 from time import sleep, strftime
 import argparse