Skip to content
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

Can tabtabtabLeagacy be incorporated cleanly? #3

Open
dbr opened this issue Mar 1, 2012 · 0 comments
Open

Can tabtabtabLeagacy be incorporated cleanly? #3

dbr opened this issue Mar 1, 2012 · 0 comments

Comments

@dbr
Copy link
Owner

dbr commented Mar 1, 2012

Dylan has made tabtabtab work in 6.2... I wonder if the compatibility layer be refactored into a separate tabtabtab_legacy module, which doesn't duplicate the contents - then people could do something like:

curl -O http://.../tabtabtab.py
curl -O http://.../tabtabtab_legacy.py

Then:

if nuke_version < 6.3:
    import tabtabtab_legacy as ttt
else:
    import tabtabtab as ttt
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant