py-am-i
py-am-i
@jasonhamilton With this branch you have to change import statements to be `from selenext.selenext.Helpers import Page` instead of `from selenext.Helpers import Page`. Is this intentional?
@jasonhamilton Gotcha. Let me get everything tested out and merged.
@jasonhamilton What am I missing? I'm not used to installing packages like this.. I run `python setup.py install` and even using `python3`, but for some reason the library cannot be...
@jasonhamilton Oh you know what. My mac is set up to use python from a different folder than the default. I'll have to see if I can set it up...
@jasonhamilton I'll have to work on this later. I have a bunch of things I have to get done in the next couple hours. I'm just nervous about merging it...
Not sure about wildcards but I've just been `staticRead`ing stuff into a `Table`. I have no idea if that's a terrible idea but for my use-case (tiny website with virtually...