You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not seen such a code placement. Better keep __init_.py empty and move code to another file, say console.py (following Trac core naming convetions) or similar. You can preserve current way of component activation by keeping a single line in __init__.py like so:
from nukeuserplugin.console import *
The text was updated successfully, but these errors were encountered:
Thanks. I haven't used trac in a while though, so i'm unlikely to do this. if you're interested in the plugin feel free to fork it, take ownership, whatever you like.
Not seen such a code placement. Better keep
__init_.py
empty and move code to another file, sayconsole.py
(following Trac core naming convetions) or similar. You can preserve current way of component activation by keeping a single line in__init__.py
like so:from nukeuserplugin.console import *
The text was updated successfully, but these errors were encountered: