mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 07:19:25 -05:00
Add missing pickle import to tdb_cassandra.
This commit is contained in:
@@ -33,6 +33,7 @@ from r2.lib.db.sorts import epoch_seconds
|
||||
from r2.lib import cache
|
||||
from uuid import uuid1
|
||||
from itertools import chain
|
||||
import cPickle as pickle
|
||||
|
||||
cassandra = g.cassandra
|
||||
thing_cache = g.thing_cache
|
||||
|
||||
Reference in New Issue
Block a user