accidental line deletion

This commit is contained in:
Tom Terrace 2015-12-04 16:22:00 -05:00
parent 0364d7c2da
commit 48f50da49a
1 changed files with 1 additions and 0 deletions

View File

@ -396,6 +396,7 @@ def main():
skip = default_skip + ['pipdeptree']
pkgs = pip.get_installed_distributions(local_only=args.local_only,
skip=skip)
dist_index = build_dist_index(pkgs)
tree = construct_tree(dist_index)