Fixed import of scipy windows module for 1.1.0rc1
This PR updates the import of the underlying windows.py
module in scipy to scipy.signal.windows.windows
for 1.1.0rc1. This is required to resolve the _win_equiv
mapping used in the canonical_name
method.