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