From 172fe0dea5a1f68ace0436a96275b0020fcb21e8 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sun, 10 Apr 2016 22:28:34 -0400 Subject: remove broken license check --- python/__init__.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'python') diff --git a/python/__init__.py b/python/__init__.py index cfcf8698..e1429bd6 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -4663,9 +4663,6 @@ def get_time_since_last_update_check(): def updates_checked(): core.BNUpdatesChecked() -if not core.BNIsLicenseValidated(): - raise ImportError, "License is not valid. Please supply a valid license." - bundled_plugin_path = core.BNGetBundledPluginDirectory() user_plugin_path = core.BNGetUserPluginDirectory() -- cgit v1.3.1