From 6cb1178f2a711b8ba801aa88f569e65889b8a899 Mon Sep 17 00:00:00 2001 From: "gcode@loowis.durge.org" Date: Fri, 31 Oct 2014 15:13:17 +0000 Subject: fix parameter name git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@908 67cdc799-7952-0410-af00-57a81ceafa0f --- fs/expose/importhook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1