-
Notifications
You must be signed in to change notification settings - Fork 24
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
robotlibcore.py placed right into root of site-packages/ #149
Comments
I have tough the same thing, because the single file is getting pretty big and would benefit from splitting smaller pieces. But it didn’t bother me enough that I would have done something about it. Do you want to give it a go? |
Currently i do have some wip that moves the
But in general, if you have any guidelines on what you would like to split, i can take a stab. However, I'd prefer to only do the shuffling part and not change any inheritance like mentioned in issue #1 |
|
And doing only the shuffling part is also good way to go. |
#150 -- first pick .. Just point out what you what you what changed. |
pr splits robotlibcore.py into smaller source files to rework packaging to be placed into directory inside site-packages instead of single file into root of site-packages Fixes robotframework#149
Would be a bit more cleaner if placed into it's own subdirectory inside site-packages. While the file is probably never going to clash with anything - just for hygiene's sake ?
The text was updated successfully, but these errors were encountered: