mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2025-01-08 21:18:52 +00:00
41e7cb387e
* Not yet tested, but compiles
6 lines
83 B
Python
6 lines
83 B
Python
#!/usr/bin/env python
|
|
|
|
import mock
|
|
|
|
service = mock.SecretService()
|
|
service.listen() |