Skip to content

Commit

Permalink
Use the correct description for the "sounddevice" module
Browse files Browse the repository at this point in the history
Before, the description of "sortedcontainers" was used, presumably due
to a copy-paste mistake.
  • Loading branch information
mgeier committed Apr 19, 2017
1 parent 5070ab7 commit b37925e
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions changelogs/WinPythonQt5-3.4.4.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Name | Version | Description
[snowballstemmer](http://pypi.python.org/pypi/snowballstemmer) | 1.2.1 | This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.
[sortedcollections](http://pypi.python.org/pypi/sortedcollections) | 0.4.2 | Python Sorted Collections
[sortedcontainers](http://pypi.python.org/pypi/sortedcontainers) | 1.5.7 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet
[sounddevice](http://pypi.python.org/pypi/sounddevice) | 0.3.6 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet
[sounddevice](http://pypi.python.org/pypi/sounddevice) | 0.3.6 | Play and Record Sound with Python
[sphinx](http://pypi.python.org/pypi/sphinx) | 1.5.1 | Tool for generating documentation which uses reStructuredText as its markup language
[sphinx_rtd_theme](http://pypi.python.org/pypi/sphinx_rtd_theme) | 0.1.9 | ReadTheDocs.org theme for Sphinx, 2013 version.
[spyder](http://pypi.python.org/pypi/spyder) | 3.1.2 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface
Expand Down Expand Up @@ -251,4 +251,4 @@ Name | Version | Description
[xlrd](http://pypi.python.org/pypi/xlrd) | 1.0.0 | Extract data from Microsoft Excel spreadsheet files
[xlsxwriter](http://pypi.python.org/pypi/xlsxwriter) | 0.9.5 | A Python module for creating Excel XLSX files.
[zarr](http://pypi.python.org/pypi/zarr) | 2.1.4 | A minimal implementation of chunked, compressed, N-dimensional arrays for Python.
[zict](http://pypi.python.org/pypi/zict) | 0.1.1 | Mutable mapping tools
[zict](http://pypi.python.org/pypi/zict) | 0.1.1 | Mutable mapping tools
2 changes: 1 addition & 1 deletion changelogs/WinPythonQt5-3.4.4.6_History.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ New packages:
* [snakeviz](http://pypi.python.org/pypi/snakeviz) 0.4.1 (An in-browser Python profile viewer)
* [sortedcollections](http://pypi.python.org/pypi/sortedcollections) 0.4.2 (Python Sorted Collections)
* [sortedcontainers](http://pypi.python.org/pypi/sortedcontainers) 1.5.7 (Python Sorted Container Types: SortedList, SortedDict, and SortedSet)
* [sounddevice](http://pypi.python.org/pypi/sounddevice) 0.3.6 (Python Sorted Container Types: SortedList, SortedDict, and SortedSet)
* [sounddevice](http://pypi.python.org/pypi/sounddevice) 0.3.6 (Play and Record Sound with Python)
* [testpath](http://pypi.python.org/pypi/testpath) 0.3 (Test utilities for code working with files and commands)
Upgraded packages:
Expand Down
4 changes: 2 additions & 2 deletions changelogs/WinPythonQt5-3.5.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ Name | Version | Description
[snowballstemmer](http://pypi.python.org/pypi/snowballstemmer) | 1.2.1 | This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.
[sortedcollections](http://pypi.python.org/pypi/sortedcollections) | 0.4.2 | Python Sorted Collections
[sortedcontainers](http://pypi.python.org/pypi/sortedcontainers) | 1.5.7 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet
[sounddevice](http://pypi.python.org/pypi/sounddevice) | 0.3.6 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet
[sounddevice](http://pypi.python.org/pypi/sounddevice) | 0.3.6 | Play and Record Sound with Python
[sphinx](http://pypi.python.org/pypi/sphinx) | 1.5.1 | Tool for generating documentation which uses reStructuredText as its markup language
[sphinx_rtd_theme](http://pypi.python.org/pypi/sphinx_rtd_theme) | 0.1.9 | ReadTheDocs.org theme for Sphinx, 2013 version.
[spyder](http://pypi.python.org/pypi/spyder) | 3.1.2 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface
Expand Down Expand Up @@ -252,4 +252,4 @@ Name | Version | Description
[xlrd](http://pypi.python.org/pypi/xlrd) | 1.0.0 | Extract data from Microsoft Excel spreadsheet files
[xlsxwriter](http://pypi.python.org/pypi/xlsxwriter) | 0.9.5 | A Python module for creating Excel XLSX files.
[zarr](http://pypi.python.org/pypi/zarr) | 2.1.4 | A minimal implementation of chunked, compressed, N-dimensional arrays for Python.
[zict](http://pypi.python.org/pypi/zict) | 0.1.1 | Mutable mapping tools
[zict](http://pypi.python.org/pypi/zict) | 0.1.1 | Mutable mapping tools
2 changes: 1 addition & 1 deletion changelogs/WinPythonQt5-3.5.3.0_History.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The following changes were made to WinPython distribution since version 3.5.2.3Q
New packages:
* [bleach](http://pypi.python.org/pypi/bleach) 1.5.0 (An easy whitelist-based HTML-sanitizing tool) * [chardet](http://pypi.python.org/pypi/chardet) 2.3.0 (Universal encoding detector for Python 2 and 3) * [fuzzywuzzy](http://pypi.python.org/pypi/fuzzywuzzy) 0.14.0 (Fuzzy string matching in python) * [imageio](http://pypi.python.org/pypi/imageio) 2.1.1 (Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.) * [metakernel](http://pypi.python.org/pypi/metakernel) 0.18.2 (Metakernel for Jupyter) * [nbdime](http://pypi.python.org/pypi/nbdime) 0.1.2 (Tools for diffing and merging of Jupyter notebooks) * [octave_kernel](http://pypi.python.org/pypi/octave_kernel) 0.23.2 (A Jupyter kernel for Octave.) * [olefile](http://pypi.python.org/pypi/olefile) 0.44 (Python package to parse, read and write Microsoft OLE2 files) * [pandocfilters](http://pypi.python.org/pypi/pandocfilters) 1.4.1 (Utilities for writing pandoc filters in python) * [pexpect](http://pypi.python.org/pypi/pexpect) 4.2.1 (Pexpect allows easy control of interactive console applications.) * [ptyprocess](http://pypi.python.org/pypi/ptyprocess) 0.5.1 (Run a subprocess in a pseudo terminal) * [python_levenshtein](http://pypi.python.org/pypi/python_levenshtein) 0.12.0 (Python extension for computing string edit distances and similarities) * [requests_ftp](http://pypi.python.org/pypi/requests_ftp) 0.3.1 (FTP Transport Adapter for Requests.) * [s3transfer](http://pypi.python.org/pypi/s3transfer) 0.1.10 (An Amazon S3 Transfer Manager) * [scikit_fuzzy](http://pypi.python.org/pypi/scikit_fuzzy) 0.3.dev0 (Fuzzy logic toolkit for SciPy) * [snakeviz](http://pypi.python.org/pypi/snakeviz) 0.4.1 (An in-browser Python profile viewer) * [sortedcollections](http://pypi.python.org/pypi/sortedcollections) 0.4.2 (Python Sorted Collections) * [sortedcontainers](http://pypi.python.org/pypi/sortedcontainers) 1.5.7 (Python Sorted Container Types: SortedList, SortedDict, and SortedSet) * [sounddevice](http://pypi.python.org/pypi/sounddevice) 0.3.6 (Python Sorted Container Types: SortedList, SortedDict, and SortedSet) * [testpath](http://pypi.python.org/pypi/testpath) 0.3 (Test utilities for code working with files and commands)
* [bleach](http://pypi.python.org/pypi/bleach) 1.5.0 (An easy whitelist-based HTML-sanitizing tool) * [chardet](http://pypi.python.org/pypi/chardet) 2.3.0 (Universal encoding detector for Python 2 and 3) * [fuzzywuzzy](http://pypi.python.org/pypi/fuzzywuzzy) 0.14.0 (Fuzzy string matching in python) * [imageio](http://pypi.python.org/pypi/imageio) 2.1.1 (Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.) * [metakernel](http://pypi.python.org/pypi/metakernel) 0.18.2 (Metakernel for Jupyter) * [nbdime](http://pypi.python.org/pypi/nbdime) 0.1.2 (Tools for diffing and merging of Jupyter notebooks) * [octave_kernel](http://pypi.python.org/pypi/octave_kernel) 0.23.2 (A Jupyter kernel for Octave.) * [olefile](http://pypi.python.org/pypi/olefile) 0.44 (Python package to parse, read and write Microsoft OLE2 files) * [pandocfilters](http://pypi.python.org/pypi/pandocfilters) 1.4.1 (Utilities for writing pandoc filters in python) * [pexpect](http://pypi.python.org/pypi/pexpect) 4.2.1 (Pexpect allows easy control of interactive console applications.) * [ptyprocess](http://pypi.python.org/pypi/ptyprocess) 0.5.1 (Run a subprocess in a pseudo terminal) * [python_levenshtein](http://pypi.python.org/pypi/python_levenshtein) 0.12.0 (Python extension for computing string edit distances and similarities) * [requests_ftp](http://pypi.python.org/pypi/requests_ftp) 0.3.1 (FTP Transport Adapter for Requests.) * [s3transfer](http://pypi.python.org/pypi/s3transfer) 0.1.10 (An Amazon S3 Transfer Manager) * [scikit_fuzzy](http://pypi.python.org/pypi/scikit_fuzzy) 0.3.dev0 (Fuzzy logic toolkit for SciPy) * [snakeviz](http://pypi.python.org/pypi/snakeviz) 0.4.1 (An in-browser Python profile viewer) * [sortedcollections](http://pypi.python.org/pypi/sortedcollections) 0.4.2 (Python Sorted Collections) * [sortedcontainers](http://pypi.python.org/pypi/sortedcontainers) 1.5.7 (Python Sorted Container Types: SortedList, SortedDict, and SortedSet) * [sounddevice](http://pypi.python.org/pypi/sounddevice) 0.3.6 (Play and Record Sound with Python) * [testpath](http://pypi.python.org/pypi/testpath) 0.3 (Test utilities for code working with files and commands)
Upgraded packages:
Expand Down
4 changes: 2 additions & 2 deletions changelogs/WinPythonQt5-3.6.0.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Name | Version | Description
[snowballstemmer](http://pypi.python.org/pypi/snowballstemmer) | 1.2.1 | This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.
[sortedcollections](http://pypi.python.org/pypi/sortedcollections) | 0.4.2 | Python Sorted Collections
[sortedcontainers](http://pypi.python.org/pypi/sortedcontainers) | 1.5.7 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet
[sounddevice](http://pypi.python.org/pypi/sounddevice) | 0.3.6 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet
[sounddevice](http://pypi.python.org/pypi/sounddevice) | 0.3.6 | Play and Record Sound with Python
[sphinx](http://pypi.python.org/pypi/sphinx) | 1.5.1 | Tool for generating documentation which uses reStructuredText as its markup language
[sphinx_rtd_theme](http://pypi.python.org/pypi/sphinx_rtd_theme) | 0.1.9 | ReadTheDocs.org theme for Sphinx, 2013 version.
[spyder](http://pypi.python.org/pypi/spyder) | 3.1.2 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface
Expand Down Expand Up @@ -251,4 +251,4 @@ Name | Version | Description
[xlrd](http://pypi.python.org/pypi/xlrd) | 1.0.0 | Extract data from Microsoft Excel spreadsheet files
[xlsxwriter](http://pypi.python.org/pypi/xlsxwriter) | 0.9.5 | A Python module for creating Excel XLSX files.
[zarr](http://pypi.python.org/pypi/zarr) | 2.1.4 | A minimal implementation of chunked, compressed, N-dimensional arrays for Python.
[zict](http://pypi.python.org/pypi/zict) | 0.1.1 | Mutable mapping tools
[zict](http://pypi.python.org/pypi/zict) | 0.1.1 | Mutable mapping tools
4 changes: 2 additions & 2 deletions changelogs/WinPythonQt5-32bit-3.5.3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Name | Version | Description
[snowballstemmer](https://pypi.python.org/pypi/snowballstemmer) | 1.2.1 | This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.
[sortedcollections](https://pypi.python.org/pypi/sortedcollections) | 0.4.2 | Python Sorted Collections
[sortedcontainers](https://pypi.python.org/pypi/sortedcontainers) | 1.5.7 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet
[sounddevice](https://pypi.python.org/pypi/sounddevice) | 0.3.7 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet
[sounddevice](https://pypi.python.org/pypi/sounddevice) | 0.3.7 | Play and Record Sound with Python
[sphinx](https://pypi.python.org/pypi/sphinx) | 1.5.2 | Tool for generating documentation which uses reStructuredText as its markup language
[sphinx_rtd_theme](https://pypi.python.org/pypi/sphinx_rtd_theme) | 0.2.4 | ReadTheDocs.org theme for Sphinx, 2013 version.
[spyder](https://pypi.python.org/pypi/spyder) | 3.1.4.dev0 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface
Expand Down Expand Up @@ -258,4 +258,4 @@ Name | Version | Description
[xlsxwriter](https://pypi.python.org/pypi/xlsxwriter) | 0.9.5 | A Python module for creating Excel XLSX files.
[xlwings](https://pypi.python.org/pypi/xlwings) | 0.10.4 | Interact with Excel from Python and vice versa
[zarr](https://pypi.python.org/pypi/zarr) | 2.1.4 | A minimal implementation of chunked, compressed, N-dimensional arrays for Python.
[zict](https://pypi.python.org/pypi/zict) | 0.1.1 | Mutable mapping tools
[zict](https://pypi.python.org/pypi/zict) | 0.1.1 | Mutable mapping tools
2 changes: 1 addition & 1 deletion changelogs/WinPythonQt5-32bit-3.5.3.1_History.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Upgraded packages:
* [scipy](http://www.scipy.org) 0.18.1 → 0.19.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
* [setuptools](https://pypi.python.org/pypi/setuptools) 33.1.1 → 34.3.2 (Download, build, install, upgrade, and uninstall Python packages - easily)
* [sip](https://pypi.python.org/pypi/sip) 4.19 → 4.19.1 (Python extension module generator for C and C++ libraries)
* [sounddevice](https://pypi.python.org/pypi/sounddevice) 0.3.6 → 0.3.7 (Python Sorted Container Types: SortedList, SortedDict, and SortedSet)
* [sounddevice](https://pypi.python.org/pypi/sounddevice) 0.3.6 → 0.3.7 (Play and Record Sound with Python)
* [sphinx](https://pypi.python.org/pypi/sphinx) 1.5.1 → 1.5.2 (Tool for generating documentation which uses reStructuredText as its markup language)
* [sphinx_rtd_theme](https://pypi.python.org/pypi/sphinx_rtd_theme) 0.1.9 → 0.2.4 (ReadTheDocs.org theme for Sphinx, 2013 version.)
* [spyder](https://pypi.python.org/pypi/spyder) 3.1.2 → 3.1.4.dev0 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)
Expand Down
4 changes: 2 additions & 2 deletions changelogs/WinPythonQt5-32bit-3.6.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Name | Version | Description
[snowballstemmer](https://pypi.python.org/pypi/snowballstemmer) | 1.2.1 | This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.
[sortedcollections](https://pypi.python.org/pypi/sortedcollections) | 0.4.2 | Python Sorted Collections
[sortedcontainers](https://pypi.python.org/pypi/sortedcontainers) | 1.5.7 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet
[sounddevice](https://pypi.python.org/pypi/sounddevice) | 0.3.7 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet
[sounddevice](https://pypi.python.org/pypi/sounddevice) | 0.3.7 | Play and Record Sound with Python
[sphinx](https://pypi.python.org/pypi/sphinx) | 1.5.2 | Tool for generating documentation which uses reStructuredText as its markup language
[sphinx_rtd_theme](https://pypi.python.org/pypi/sphinx_rtd_theme) | 0.2.4 | ReadTheDocs.org theme for Sphinx, 2013 version.
[spyder](https://pypi.python.org/pypi/spyder) | 3.1.4.dev0 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface
Expand Down Expand Up @@ -256,4 +256,4 @@ Name | Version | Description
[xlsxwriter](https://pypi.python.org/pypi/xlsxwriter) | 0.9.5 | A Python module for creating Excel XLSX files.
[xlwings](https://pypi.python.org/pypi/xlwings) | 0.10.4 | Interact with Excel from Python and vice versa
[zarr](https://pypi.python.org/pypi/zarr) | 2.1.4 | A minimal implementation of chunked, compressed, N-dimensional arrays for Python.
[zict](https://pypi.python.org/pypi/zict) | 0.1.1 | Mutable mapping tools
[zict](https://pypi.python.org/pypi/zict) | 0.1.1 | Mutable mapping tools
2 changes: 1 addition & 1 deletion changelogs/WinPythonQt5-32bit-3.6.1.0_History.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Upgraded packages:
* [scipy](http://www.scipy.org) 0.18.1 → 0.19.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
* [setuptools](https://pypi.python.org/pypi/setuptools) 33.1.1 → 34.3.2 (Download, build, install, upgrade, and uninstall Python packages - easily)
* [sip](https://pypi.python.org/pypi/sip) 4.19 → 4.19.1 (Python extension module generator for C and C++ libraries)
* [sounddevice](https://pypi.python.org/pypi/sounddevice) 0.3.6 → 0.3.7 (Python Sorted Container Types: SortedList, SortedDict, and SortedSet)
* [sounddevice](https://pypi.python.org/pypi/sounddevice) 0.3.6 → 0.3.7 (Play and Record Sound with Python)
* [sphinx](https://pypi.python.org/pypi/sphinx) 1.5.1 → 1.5.2 (Tool for generating documentation which uses reStructuredText as its markup language)
* [sphinx_rtd_theme](https://pypi.python.org/pypi/sphinx_rtd_theme) 0.1.9 → 0.2.4 (ReadTheDocs.org theme for Sphinx, 2013 version.)
* [spyder](https://pypi.python.org/pypi/spyder) 3.1.2 → 3.1.4.dev0 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)
Expand Down
4 changes: 2 additions & 2 deletions changelogs/WinPythonQt5-64bit-3.5.3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Name | Version | Description
[snowballstemmer](https://pypi.python.org/pypi/snowballstemmer) | 1.2.1 | This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.
[sortedcollections](https://pypi.python.org/pypi/sortedcollections) | 0.4.2 | Python Sorted Collections
[sortedcontainers](https://pypi.python.org/pypi/sortedcontainers) | 1.5.7 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet
[sounddevice](https://pypi.python.org/pypi/sounddevice) | 0.3.7 | Python Sorted Container Types: SortedList, SortedDict, and SortedSet
[sounddevice](https://pypi.python.org/pypi/sounddevice) | 0.3.7 | Play and Record Sound with Python
[sphinx](https://pypi.python.org/pypi/sphinx) | 1.5.2 | Tool for generating documentation which uses reStructuredText as its markup language
[sphinx_rtd_theme](https://pypi.python.org/pypi/sphinx_rtd_theme) | 0.2.4 | ReadTheDocs.org theme for Sphinx, 2013 version.
[spyder](https://pypi.python.org/pypi/spyder) | 3.1.4.dev0 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface
Expand Down Expand Up @@ -263,4 +263,4 @@ Name | Version | Description
[xlsxwriter](https://pypi.python.org/pypi/xlsxwriter) | 0.9.5 | A Python module for creating Excel XLSX files.
[xlwings](https://pypi.python.org/pypi/xlwings) | 0.10.4 | Interact with Excel from Python and vice versa
[zarr](https://pypi.python.org/pypi/zarr) | 2.1.4 | A minimal implementation of chunked, compressed, N-dimensional arrays for Python.
[zict](https://pypi.python.org/pypi/zict) | 0.1.1 | Mutable mapping tools
[zict](https://pypi.python.org/pypi/zict) | 0.1.1 | Mutable mapping tools
2 changes: 1 addition & 1 deletion changelogs/WinPythonQt5-64bit-3.5.3.1_History.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Upgraded packages:
* [scipy](http://www.scipy.org) 0.18.1 → 0.19.0 (SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...))
* [setuptools](https://pypi.python.org/pypi/setuptools) 33.1.1 → 34.3.2 (Download, build, install, upgrade, and uninstall Python packages - easily)
* [sip](https://pypi.python.org/pypi/sip) 4.19 → 4.19.1 (Python extension module generator for C and C++ libraries)
* [sounddevice](https://pypi.python.org/pypi/sounddevice) 0.3.6 → 0.3.7 (Python Sorted Container Types: SortedList, SortedDict, and SortedSet)
* [sounddevice](https://pypi.python.org/pypi/sounddevice) 0.3.6 → 0.3.7 (Play and Record Sound with Python)
* [sphinx](https://pypi.python.org/pypi/sphinx) 1.5.1 → 1.5.2 (Tool for generating documentation which uses reStructuredText as its markup language)
* [sphinx_rtd_theme](https://pypi.python.org/pypi/sphinx_rtd_theme) 0.1.9 → 0.2.4 (ReadTheDocs.org theme for Sphinx, 2013 version.)
* [spyder](https://pypi.python.org/pypi/spyder) 3.1.2 → 3.1.4.dev0 (Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface)
Expand Down
Loading

0 comments on commit b37925e

Please sign in to comment.