Changeset - 74b5e0318d4e
[Not reviewed]
stable
0 1 0
Andrew Shadura - 11 years ago 2015-04-21 19:04:12
andrew@shadura.me
compat: import defaultdict from collections, sqlalchemy 0.8.0 dropped the shim
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/model/comment.py
Show inline comments
 
@@ -28,7 +28,7 @@ Original author and date, and relevant c
 
import logging
 

	
 
from pylons.i18n.translation import _
 
from sqlalchemy.util.compat import defaultdict
 
from collections import defaultdict
 

	
 
from kallithea.lib.utils2 import extract_mentioned_users, safe_unicode
 
from kallithea.lib import helpers as h
0 comments (0 inline, 0 general)