Added support for deprecating items, and maybe support for python 2.7

- Changed `test_data.js` to `test_data.json`
- Added `deprecated` decorator
- Added `deprecation` function
- Readded old functions, and marked them as deprecated
- Changed parameters back to being type-in-specific (support for python
2.x)
- Deprecated `info_log` and `debug` init paramters
This commit is contained in:
Mads Marquart
2017-05-10 14:54:07 +02:00
parent 58c7e08d12
commit 0d75c09036
8 changed files with 245 additions and 86 deletions

1
.gitignore vendored
View File

@@ -23,4 +23,5 @@ develop-eggs
docs/_build/
# Data for tests
test_data.json
tests.data