2006-03-03 Martin Hawlisch <Martin.Hawlisch@gmx.de>
* src/Mime/__init__.py: Honour renamed files * src/Makefile.am: Images have been moved into subdir (makes "make" work again) * src/FamilyView.py (info_string): Done crash is None as handle was given (e.g. no father in family) svn: r6055
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
#
|
||||
|
||||
try:
|
||||
from GnomeMime import *
|
||||
from _GnomeMime import *
|
||||
except:
|
||||
from PythonMime import *
|
||||
from _PythonMime import *
|
||||
|
||||
def base_type(val):
|
||||
return val.split('/')[0]
|
||||
|
Reference in New Issue
Block a user