use cPickle
This commit is contained in:
parent
8b35caa3c8
commit
71809e968c
@ -48,7 +48,7 @@
|
|||||||
# time to calculate, so we do if efficiently
|
# time to calculate, so we do if efficiently
|
||||||
# 3. supp_torrent_state - supplementary torrent data, from Deluge
|
# 3. supp_torrent_state - supplementary torrent data, from Deluge
|
||||||
|
|
||||||
import pickle
|
import cPickle as pickle
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
import shutil
|
import shutil
|
||||||
|
|||||||
@ -34,7 +34,7 @@
|
|||||||
# object. However, this class provides a few extra features on top of
|
# object. However, this class provides a few extra features on top of
|
||||||
# the built in class that Deluge can take advantage of.
|
# the built in class that Deluge can take advantage of.
|
||||||
|
|
||||||
import pickle
|
import cPickle as pickle
|
||||||
import common
|
import common
|
||||||
import os.path
|
import os.path
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user