summaryrefslogtreecommitdiff
path: root/python/startup.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/startup.py')
-rw-r--r--python/startup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/startup.py b/python/startup.py
index 809f185b..0abc47cb 100644
--- a/python/startup.py
+++ b/python/startup.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2016 Vector 35 LLC
+# Copyright (c) 2015-2017 Vector 35 LLC
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
@@ -30,5 +30,6 @@ def _init_plugins():
_plugin_init = True
core.BNInitCorePlugins()
core.BNInitUserPlugins()
+ core.BNInitRepoPlugins()
if not core.BNIsLicenseValidated():
raise RuntimeError("License is not valid. Please supply a valid license.")