summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2016-04-10 22:28:34 -0400
committerJordan Wiens <jordan@psifertex.com>2016-04-10 22:28:34 -0400
commit172fe0dea5a1f68ace0436a96275b0020fcb21e8 (patch)
tree430a019200d3b4f76745778cfbea41a07e604e82 /python
parente772802dcdf3522283fe284c6b2b95633a0dec33 (diff)
remove broken license check
Diffstat (limited to 'python')
-rw-r--r--python/__init__.py3
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()