Fix a couple of whitespaces.

git-svn-id: http://svn.pyinstaller.org/trunk@675 8dd32b29-ccff-0310-8a9a-9233e24343b1
This commit is contained in:
giovannibajo
2009-06-14 21:42:18 +00:00
parent 7dbdb5eb84
commit 5fb49ffba9
+2 -2
View File
@@ -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