mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
Fix a couple of whitespaces.
git-svn-id: http://svn.pyinstaller.org/trunk@675 8dd32b29-ccff-0310-8a9a-9233e24343b1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user