diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/__init__.py | 3 |
1 files changed, 0 insertions, 3 deletions
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() |
