Fix loading dependencies from global table

This commit is contained in:
Oleksii Shevchuk 2017-05-06 17:55:21 +03:00
parent 6e3f2b5b20
commit 3c86d38a37
1 changed files with 0 additions and 2 deletions

View File

@ -261,8 +261,6 @@ class PupyClient(object):
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)