Skip to content

Commit

Permalink
fixup! Works with both nengo_spa and nengo.spa
Browse files Browse the repository at this point in the history
  • Loading branch information
tcstewar committed Aug 16, 2017
1 parent 7a877a8 commit 8b0b35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nengo_gui/components/pointer.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
import nengo.spa as spa
try:
import nengo_spa
from nengo_spa.examine import pairs
except ImportError:
nengo_spa = None
from nengo_spa.examine import pairs
import numpy as np

from nengo_gui.components.component import Component
Expand Down

0 comments on commit 8b0b35e

Please sign in to comment.