Change extension of pickle file to .pickle

This commit is contained in:
Vineet 2014-02-02 23:18:06 +05:30
parent 45ae660dea
commit d6c56673e3
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import pickle
from pipdeptree import req_version, non_top_pkg_name, render_tree
with open('tests/pkgs.p') as f:
with open('tests/pkgs.pickle') as f:
pkgs = pickle.load(f)