diff options
author | h.udo <hudokkow@gmail.com> | 2018-05-30 18:58:30 +0100 |
---|---|---|
committer | h.udo <hudokkow@gmail.com> | 2018-05-30 18:58:30 +0100 |
commit | 6a97d9fd85c2d41121038046c3a3d1f6249f7440 (patch) | |
tree | c82c3c78b5892b11c8e1eba31ba8a3092c8bf043 /tools/EventClients | |
parent | d0cc29115f24d2f6c23a198d8fa71b36a2e394e8 (diff) |
[eventclients] Remove spaces from PS3 BD Remote path
Diffstat (limited to 'tools/EventClients')
-rwxr-xr-x | tools/EventClients/Clients/PS3 Sixaxis Controller/ps3d.py | 2 | ||||
-rwxr-xr-x | tools/EventClients/Clients/PS3BDRemote/ps3_remote.py (renamed from tools/EventClients/Clients/PS3 BD Remote/ps3_remote.py) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/EventClients/Clients/PS3 Sixaxis Controller/ps3d.py b/tools/EventClients/Clients/PS3 Sixaxis Controller/ps3d.py index defc6494a5..254a17961c 100755 --- a/tools/EventClients/Clients/PS3 Sixaxis Controller/ps3d.py +++ b/tools/EventClients/Clients/PS3 Sixaxis Controller/ps3d.py @@ -25,7 +25,7 @@ import threading import os if os.path.exists("../../lib/python"): - sys.path.append("../PS3 BD Remote") + sys.path.append("../PS3BDRemote") sys.path.append("../../lib/python") from bt.hid import HID from bt.bt import bt_lookup_name diff --git a/tools/EventClients/Clients/PS3 BD Remote/ps3_remote.py b/tools/EventClients/Clients/PS3BDRemote/ps3_remote.py index e902bb8519..e902bb8519 100755 --- a/tools/EventClients/Clients/PS3 BD Remote/ps3_remote.py +++ b/tools/EventClients/Clients/PS3BDRemote/ps3_remote.py |