rm obsolete pre-gramps40 file
svn: r23007
This commit is contained in:
parent
2d1581e0d6
commit
b37e4064f1
@ -1,11 +0,0 @@
|
|||||||
import os
|
|
||||||
|
|
||||||
from distutils2.util import find_packages
|
|
||||||
|
|
||||||
exclude_list = ('src.gui.glade', 'src.guiQML', 'src.guiQML.views', 'src.images', 'src.plugins',
|
|
||||||
'src.webapp', 'src.webapp.grampsdb', 'src.webapp.grampsdb.templatetags', 'src.webapp.grampsdb.view', )
|
|
||||||
|
|
||||||
packages = sorted(find_packages(exclude=exclude_list))
|
|
||||||
|
|
||||||
for package in packages:
|
|
||||||
print(" '%s'," % package)
|
|
Loading…
Reference in New Issue
Block a user