# # httplib2 system SSL certificate bundle locator for openSUSE. # # Author: Sascha Peilicke # def get(): return "/etc/ssl/ca-bundle.pem" if __name__ == "__main__": print get()