Changes between Initial Version and Version 2 of Ticket #51956
- Timestamp:
- Aug 2, 2016, 1:01:30 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51956
- Property Owner changed from macports-tickets@… to sean@…
- Property Keywords offlineimap gmail removed
-
Ticket #51956 – Description
initial v2 1 1 If you have repository Gmail configured you get error: 2 2 3 ...snip... 4 3 {{{ 5 4 File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/offlineimap/repository/Gmail.py", line 48, in gethost 6 5 return super(GmailRepository, self).gethost() 7 6 TypeError: super() argument 1 must be type, not classobj 8 9 ...snip.... 7 }}} 10 8 11 9 To fix, commit this: