Removes a bunch of empty directories in various places, and removes all the
legacy stuff from the sdk package (hangover from when it was a separate
project). Currently pip install sameproject==0.1.15 and import sameproject.sdk
is failing because of some sys.path(...) hacks going on in the sdk. Will look
into that next.
Removes a bunch of empty directories in various places, and removes all the legacy stuff from the
sdk
package (hangover from when it was a separate project). Currentlypip install sameproject==0.1.15
andimport sameproject.sdk
is failing because of somesys.path(...)
hacks going on in the sdk. Will look into that next.