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

Standalone VF Tool #58

Open
kevinkle opened this issue Jul 5, 2018 · 0 comments
Open

Standalone VF Tool #58

kevinkle opened this issue Jul 5, 2018 · 0 comments

Comments

@kevinkle
Copy link
Collaborator

kevinkle commented Jul 5, 2018

Would be a fun task for anyone who wanted to try out Dataclasses: https://www.youtube.com/watch?v=T-TwcmT6Rcw. Can use the backport in 3.6 https://github.com/ericvsmith/dataclasses and just swap it out when we move to 3.7.

Could do something like:

if sys.version_info[0] < 3:
    import subprocess32 as subprocess
else:
    import subprocess

except check 3.6 vs 3.7 and only import if 3.6.

Might be useful approach for future stuff because the structs let us know what were keeping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant