mirror of
https://github.com/Hopiu/xapian-haystack.git
synced 2026-03-16 22:20:31 +00:00
Dropped usage of cPickle to use just pickle.
This commit is contained in:
parent
a7082c9127
commit
3adaa23ef2
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ from __future__ import unicode_literals
|
|||
|
||||
import time
|
||||
import datetime
|
||||
import cPickle as pickle
|
||||
import pickle
|
||||
import os
|
||||
import re
|
||||
import shutil
|
||||
|
|
|
|||
Loading…
Reference in a new issue