docfix for vk

This commit is contained in:
enkore 2016-02-02 16:40:56 +01:00
parent b1a2c4d6c5
commit 47fbb10660
2 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,7 @@ master branch
- :py:mod:`.sge`: Sun Grid Engine (SGE) monitor
- :py:mod:`.timer`: Timer
- :py:mod:`.syncthing`: Syncthing monitor and control
- :py:mpd:`.vk`: Displays number of messages in VKontakte
* Applications started from click events don't block other click events now
* Fixed crash with desktop notifications when python-gobject is installed, but no notification daemon is running
* Log file name is now an option (``logfile`` of :py:class:`.Status`)

View File

@ -33,7 +33,8 @@ MOCK_MODULES = [
"dota2py",
"novaclient.v2",
"speedtest_cli",
"pyzabbix"
"pyzabbix",
"vk",
]
for mod_name in MOCK_MODULES: