]> sourceware.org Git - systemtap.git/commitdiff
stap-exporter: remove unused imports
authorAaron Merey <amerey@redhat.com>
Tue, 3 Jul 2018 19:38:05 +0000 (15:38 -0400)
committerAaron Merey <amerey@redhat.com>
Tue, 3 Jul 2018 19:38:23 +0000 (15:38 -0400)
stap-exporter/exporter.py

index 038c8dcf135c2eda3941ec3e2ffaaf5638b57552..5576638750e188ff73539213a421b52768175b2f 100755 (executable)
@@ -7,8 +7,7 @@ import subprocess
 import shlex
 from http.server import BaseHTTPRequestHandler, HTTPServer
 from urllib.parse import urlparse
-from time import sleep, time
-from pathlib import Path
+from time import time
 
 script_dir = os.path.abspath(__file__ + "/../") + "/scripts/"
 proc_path = "/proc/systemtap/__systemtap_exporter"
This page took 0.029262 seconds and 5 git commands to generate.