mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-17 15:48:47 +00:00
use cPickle
This commit is contained in:
parent
8b35caa3c8
commit
71809e968c
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue