code clean up again

This commit is contained in:
Atsushi Sakai
2019-07-20 12:01:03 +09:00
parent d7c570bf97
commit 2bf23adb27
3 changed files with 87 additions and 61 deletions

View File

@@ -7,7 +7,7 @@ sys.path.append(os.path.dirname(os.path.abspath(__file__)) +
try:
import rrt_star as m
except:
except ImportError:
raise