diff options
Diffstat (limited to 'decoders/nunchuk.py')
-rw-r--r-- | decoders/nunchuk.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/decoders/nunchuk.py b/decoders/nunchuk.py index 31de4ff..068c170 100644 --- a/decoders/nunchuk.py +++ b/decoders/nunchuk.py @@ -165,10 +165,3 @@ register = { # 'report': report, } -# Use psyco (if available) as it results in huge performance improvements. -try: - import psyco - psyco.bind(decode) -except ImportError: - pass - |