6366 |
6366 |
6367 if ( |
6367 if ( |
6368 filetype in self.getFileCategories() |
6368 filetype in self.getFileCategories() |
6369 and ( |
6369 and ( |
6370 fn not in self.__pdata[filetype] |
6370 fn not in self.__pdata[filetype] |
6371 and ( |
6371 or ( |
6372 filetype == "OTHERS" |
6372 filetype == "OTHERS" |
|
6373 and fn not in self.__pdata[filetype] |
6373 and os.path.dirname(fn) not in self.__pdata["OTHERS"] |
6374 and os.path.dirname(fn) not in self.__pdata["OTHERS"] |
6374 ) |
6375 ) |
6375 ) |
6376 ) |
6376 and ( |
6377 and ( |
6377 filetype != "TRANSLATIONS" |
6378 filetype != "TRANSLATIONS" |