typo
svn: r4201
This commit is contained in:
parent
4cee5528a5
commit
7d1e9311e8
@ -55,7 +55,7 @@ def get_type(file):
|
|||||||
def mime_type_is_defined(type):
|
def mime_type_is_defined(type):
|
||||||
""""Return True if a description for a mime type exists"""
|
""""Return True if a description for a mime type exists"""
|
||||||
try:
|
try:
|
||||||
type = get_mime_type(file)
|
mime_get_description(type)
|
||||||
return True
|
return True
|
||||||
except:
|
except:
|
||||||
return False
|
return False
|
||||||
|
Loading…
Reference in New Issue
Block a user