Exemplo n.º 1
0
 def is_installed(self):
     return is_python_package_installed(self.config.PYTHONPATH,
                                        self.installed_file_regexp,
                                        self.package_name,
                                        logger)
Exemplo n.º 2
0
 def is_installed(self):
     return is_python_package_installed(self.config.PYTHONPATH,
                                        "TracAccountManager.*",
                                        self.package_name,
                                        logger)