Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove six #63

Merged
merged 4 commits into from
Jul 21, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file removed pywt/_tools/__init__.py
Empty file.
14 changes: 0 additions & 14 deletions pywt/_tools/setup.py

This file was deleted.

276 changes: 0 additions & 276 deletions pywt/_tools/six.py

This file was deleted.

1 change: 0 additions & 1 deletion pywt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ def configuration(parent_package='',top_path=None):
config = Configuration('pywt', parent_package, top_path)

config.add_data_dir('tests')
config.add_subpackage('_tools')

# add main PyWavelets module
config.add_extension('_pywt',
Expand Down
Loading