Skip to content

Commit 1095983

Browse files
authored
Merge pull request #678 from ChihweiLHBird/master
Rename aux.py to auxiliary.py to make pynn works on Windows machines.
2 parents d8056fa + d190ce4 commit 1095983

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

pyNN/hardware/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
"""
1212

13-
from aux import get_path_to_analog_hardware_backend, import_all_submodules
13+
from auxiliary import get_path_to_analog_hardware_backend, import_all_submodules
1414

1515
__path__.append(get_path_to_analog_hardware_backend())
1616
import_all_submodules(__path__)

0 commit comments

Comments
 (0)