projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22cee90
)
remove duplicate shutil import
author
Matthew Fernandez
<matthew.fernandez@gmail.com>
Sun, 2 May 2021 01:29:01 +0000
(18:29 -0700)
committer
Matthew Fernandez
<matthew.fernandez@gmail.com>
Sat, 8 May 2021 03:53:14 +0000
(20:53 -0700)
rtest/rtest.py
patch
|
blob
|
history
diff --git
a/rtest/rtest.py
b/rtest/rtest.py
index 2e40264a0c0990e48b7f87465f1aa1df21e397db..7a673766238084f9a8b5022adeeae859ebee96d9 100755
(executable)
--- a/
rtest/rtest.py
+++ b/
rtest/rtest.py
@@
-9,7
+9,6
@@
import os
import shutil
-import shutil
import subprocess
import sys
import platform