From 5fb49ffba93bde05a462a62a43deda3a0bbc46d2 Mon Sep 17 00:00:00 2001 From: giovannibajo Date: Sun, 14 Jun 2009 21:42:18 +0000 Subject: [PATCH] Fix a couple of whitespaces. git-svn-id: http://svn.pyinstaller.org/trunk@675 8dd32b29-ccff-0310-8a9a-9233e24343b1 --- mf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mf.py b/mf.py index a74e370..8c97973 100644 --- a/mf.py +++ b/mf.py @@ -165,7 +165,7 @@ class DirOwner(BaseDirOwner): def _modclass(self): return PyModule def _caseok(self, fn): - return caseOk(os.path.join(self.path, fn)) + return caseOk(os.path.join(self.path, fn)) class PYZOwner(Owner): def __init__(self, path, target_platform=None): @@ -190,7 +190,7 @@ if zipimport: # # So mf will go into infinite recursion. # Instead, we'll reuse the BaseDirOwner logic, simply changing - # the template methods. + # the template methods. class ZipOwner(BaseDirOwner): def __init__(self, path, target_platform=None): import zipfile