EVOLUTION-MANAGER
Edit File: tests.py
from __future__ import unicode_literals class OptionsStub(object): def __init__(self): self.debug = True self.guess_summary = False self.guess_description = False self.tracking = None self.username = None self.password = None self.repository_url = None self.disable_proxy = False self.summary = None self.description = None