minor cleanup; no python module on images any more

svn: r19060
This commit is contained in:
Jérôme Rapinat 2012-03-14 08:33:27 +00:00
parent de0d215ba2
commit a5076593d3

View File

@ -63,7 +63,7 @@ def modules_check():
"sure you have pygtk > 2.16 and gtk available!")
except ImportError:
raise
mod_list = [#'metakit',
mod_list = [
('pygtk','gtk'),
('pycairo','cairo'),
'pygobject',
@ -144,7 +144,6 @@ def gramps():
'views/treemodels/*.py',
'widgets/*.py'],
'gramps.images': [
'*.py',
'*/*.png',
'*/*.svg',
'*.png',