Skip to content

Commit

Permalink
Fix loading dependencies from global table
Browse files Browse the repository at this point in the history
  • Loading branch information
alxchk committed May 6, 2017
1 parent 6e3f2b5 commit 3c86d38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pupy/pupylib/PupyClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,6 @@ def load_package(self, module_name, force=False, new_deps=[]):
if t==LOAD_PACKAGE:
if (self._load_package(v, force)):
new_deps.append(v)
else:
return False

elif t==LOAD_DLL:
self.load_dll(v)
Expand Down

0 comments on commit 3c86d38

Please sign in to comment.