Conversation
this was upsettingly easy. however, it requires a trivial patch to reFUSE to be merged and released: pleiszenburg/refuse#29
|
This is now against develop instead of master, sorry about that. |
|
@s-m-e do you think you'll have a chance to look at this soon? |
clach04
left a comment
There was a problem hiding this comment.
:+1 Looks good to me (without this change get sys not found traceback).
| # +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
|
|
||
| import os | ||
| import sys |
There was a problem hiding this comment.
Super pedantic; I'd be tempted to import AFTER ctypes to be more Pythnonic (alphabetical sorted imports, note existing import os could move too)
There was a problem hiding this comment.
Sure, I'd be happy to do either or both of those small modifications. @s-m-e do you have any thoughts?
Unfortunately, no. Maybe you can reach s-m-e via his e-mail address. Alternatively, you could do the same as I did while waiting for |
or you could monkey patch the module by injecting the sys module into the _refactor locals before importing refuse.high |
No description provided.