| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
KIImageFixer
|
|||
|
__init__(self,
srcdir,
destdir) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
||
|
findFiles(self) Find files |
||
|
checkAndCopyFile(self,
kiname,
fixedname) Check and copy file |
||
|
__len__(self) len() support - returns number of images to check |
||
|
__iter__(self) Iterate over the files to check |
||
|
Inherited from |
|||
|
|||
|
mkFixedName(path,
name,
dest) Make new new based on the name of the KI image |
||
|
|||
|
_pat = ('*.jpg',)
|
||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
Check and copy file If the file is a KI image than copy the file to the new location |
|
Iterate over the files to check Calls checkAndCopyFiles() for each element. This method is used to update a progress bar in the UI. |
|
|||
_patNone
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0alpha3 on Sun Feb 4 17:00:20 2007 | http://epydoc.sourceforge.net |