charlierguo / gmail

A Pythonic interface for Google Mail
MIT License
1.77k stars 385 forks source link

Update gmail.py #82

Open davi5e opened 7 years ago

davi5e commented 7 years ago

Adding 'object' to "class Gmail(object):" so another class can successfully inherit gmail and use super() without errors.