Closed erikbgithub closed 9 years ago
While continuing to look into the source I found there are so many differences. Better have a look at the diff between both masters yourself and make a decision this way. I close it for now but would be happy about a merge of both masters later anyway.
Hi,
I found that a simple
pip install
results in the warning thatpytz
is missing. So I wanted to add it to the setup.py in a way thatpip install
will pull it in automatically. When opening the file I couldn't bear the tabs, so I changed that as well, making it all a little more PEP8-like. Hope you like it.