Skip to content

Commit d190ce4

Browse files
committed
Rename aux.py to auxiliary.py to make pynn works on Windows machines.
1 parent d8056fa commit d190ce4

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)