Closed jkaberg closed 9 years ago
Thanks for the help, I'll merge a couple commits (to save time I'll simply merge the pull request and reverse the commits). I won't merge the example.py
commit because the intention of examply.py
is not to provide a working example people can go off, but merely to show users what the structure of the program should look like. Adding the arguments adds clutter.
Also, with the client
commit, this wouldn't work - open up Python and try running from SnapWrap import client
, you'll receive an error because the folder has a capital, and during installation it installs the package SnapWrap.Client
, not SnapWrap.client
.
Cherry pick or take it all :-)