diff --git a/setup/resources.py b/setup/resources.py index ee60669b8c..ef234c7bd9 100644 --- a/setup/resources.py +++ b/setup/resources.py @@ -165,6 +165,7 @@ class RecentUAs(Command): # {{{ UA_PATH = os.path.join(Command.RESOURCES, 'user-agent-data.json') def run(self, opts): + return from setup.browser_data import get_data data = get_data() with open(self.UA_PATH, 'wb') as f: