Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/n/a/Nagstamon-HEAD/Nagstamon/Nagstamon/Config.py Nagstamon(Download)
# keyring and secretstorage have to be importable import keyring, secretstorage if ("SecretService") in dir(keyring.backends) and not (keyring.get_keyring() is None): keyring_available = True else: # nagstamon.spec always have to match module path import Nagstamon.thirdparty.keyring as keyring keyring_available = not (keyring.get_keyring() is None)