diff options
Diffstat (limited to 'fs/expose')
-rw-r--r-- | fs/expose/importhook.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/expose/importhook.py b/fs/expose/importhook.py index 8615737..e3d2d8e 100644 --- a/fs/expose/importhook.py +++ b/fs/expose/importhook.py @@ -201,7 +201,7 @@ class FSImportHook(object): (path,type,ispkg) = info return ispkg - def get_code(self,path,info=None): + def get_code(self,fullname,info=None): """Get the bytecode for the specified module.""" if info is None: info = self._get_module_info(fullname) |