mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +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
|
||||
# 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…
Add table
Reference in a new issue