2008-01-09 Gary Burton <gary.burton@zen.co.uk>
* src/DataViews/__init__.py: remove message regarding malformed dataviews svn: r9768
This commit is contained in:
parent
2857943955
commit
1d8b604c7c
@ -1,3 +1,6 @@
|
|||||||
|
2008-01-09 Gary Burton <gary.burton@zen.co.uk>
|
||||||
|
* src/DataViews/__init__.py: remove message regarding malformed dataviews
|
||||||
|
|
||||||
2008-01-09 Raphael Ackermann <raphael.ackermann@gmail.com>
|
2008-01-09 Raphael Ackermann <raphael.ackermann@gmail.com>
|
||||||
* src/gen/utils/callback.py
|
* src/gen/utils/callback.py
|
||||||
* src/ObjectSelector/_FamilyFilterFrame.py
|
* src/ObjectSelector/_FamilyFilterFrame.py
|
||||||
|
@ -44,7 +44,6 @@ try:
|
|||||||
DATA_VIEWS = eval("["+Config.get(Config.DATA_VIEWS)+"]")
|
DATA_VIEWS = eval("["+Config.get(Config.DATA_VIEWS)+"]")
|
||||||
except:
|
except:
|
||||||
# Fallback if bad config line, or if no Config system
|
# Fallback if bad config line, or if no Config system
|
||||||
print "Ignoring malformed 'data-views' entry"
|
|
||||||
DATA_VIEWS = [
|
DATA_VIEWS = [
|
||||||
GrampletView,
|
GrampletView,
|
||||||
PersonView,
|
PersonView,
|
||||||
|
Loading…
Reference in New Issue
Block a user