vibora
vibora copied to clipboard
fixed package imports in anything.py code sample
updated the package imports to reflect the new project structure
Before submitting a pull request, please make sure the following is done:
-
Fork the repository and create your branch from master.
-
Run the build.py and test.py scripts.
-
If you are fixing something, add tests that fail in the current version and pass in yours.
-
If you're developing a new feature open an issue first to discuss it. Some features may be useful to you but harmful to others be it because of performance, new dependencies or different perspectives.
-
One more time: Don't forget to add tests.
-
Ensure the entire test suite is passing and overall performance is not degraded.
this looks the same as #182