mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2025-01-18 18:08:36 +00:00
18 lines
433 B
Python
18 lines
433 B
Python
|
#!/usr/bin/env python
|
||
|
|
||
|
#
|
||
|
# Copyright 2012 Red Hat Inc.
|
||
|
#
|
||
|
# This program is free software: you can redistribute it and/or modify
|
||
|
# it under the terms of the GNU Lesser General Public License as published
|
||
|
# by the Free Software Foundation; either version 2.1 of the licence or (at
|
||
|
# your option) any later version.
|
||
|
#
|
||
|
# See the included COPYING file for more information.
|
||
|
#
|
||
|
|
||
|
import mock
|
||
|
|
||
|
service = mock.SecretService()
|
||
|
service.listen()
|