mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 20:58:52 +00:00
17fade3173
* Lots of testing, fine tuning and other bits too.
7 lines
114 B
Python
7 lines
114 B
Python
#!/usr/bin/env python
|
|
|
|
import mock
|
|
|
|
service = mock.SecretService()
|
|
service.add_standard_objects()
|
|
service.listen() |