[Rigo] document the installed repository lazy load requirement

This commit is contained in:
Fabio Erculiani
2013-12-05 23:19:17 +01:00
parent a2e1e6ba94
commit 0bf9ab5d82

View File

@@ -181,6 +181,9 @@ class Rigo(Gtk.Application):
icons = get_sc_icon_theme(DATA_DIR)
self._activity_rwsem = ReadersWritersSemaphore()
# This relies on the fact that the installed packages repository
# is lazily loaded (thus, schema update code is).
self._entropy = Client()
self._entropy_ws = EntropyWebService(self._entropy)