minor cleanup; no python module on images any more
svn: r19060
This commit is contained in:
parent
de0d215ba2
commit
a5076593d3
3
setup.py
3
setup.py
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user