changeset 12:92d33cfdf227

renamed variable
author Atul Varma <avarma@mozilla.com>
date Mon, 31 May 2010 17:05:29 -0700
parents 7759069e8655
children 8958227b1baa
files sjsbox/box.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sjsbox/box.py	Mon May 31 15:02:06 2010 -0700
+++ b/sjsbox/box.py	Mon May 31 17:05:29 2010 -0700
@@ -61,8 +61,8 @@
 class BoxParent(object):
     TIMEOUT = 3.0
 
-    def __init__(self, f, logger):
-        self.file = f
+    def __init__(self, sourcefile, logger):
+        self.file = sourcefile
         self.logger = logger
         self.child = None
         self.child_pipe = None