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:
Martin Hawlisch
2006-03-03 08:43:02 +00:00
parent 1172a75a1d
commit 5b9951ddc7
4 changed files with 11 additions and 21 deletions

View File

@@ -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]