Files
fdroidserver/tests
Daniel Martí ab614ab442 Rework app into a class
This simplifies usage, goes from

	app['Foo']
to
	app.Foo

Also makes static analyzers able to detect invalid attributes as the set
is now limited in the class definition.

As a bonus, setting of the default field values is now done in the
constructor, not separately and manually.
2015-11-28 17:11:05 +01:00
..
2015-11-28 17:11:05 +01:00
2015-11-28 17:11:05 +01:00
2015-11-28 17:11:05 +01:00
2015-11-28 17:11:05 +01:00