tcstewar / nstbot

Python library for controlling and emulating robots from the Neuroscientific System Theory at TUM
GNU General Public License v2.0
5 stars 9 forks source link

Some errors #4

Open bmorcos opened 8 years ago

bmorcos commented 8 years ago

in __init__, add a dot before nengo.pushbot_network

was: from nengo.pushbot_network import PushBotNetwork should be: from .nengo.pushbot_network import PushBotNetwork