use cPickle

This commit is contained in:
Marcos Pinto 2007-09-26 20:19:18 +00:00
parent 8b35caa3c8
commit 71809e968c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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