diff --git a/contrib_bots/run.py b/contrib_bots/run.py index 384a5d40..01a5ed53 100755 --- a/contrib_bots/run.py +++ b/contrib_bots/run.py @@ -11,7 +11,7 @@ our_dir = os.path.dirname(os.path.abspath(__file__)) # For dev setups, we can find the API in the repo itself. if os.path.exists(os.path.join(our_dir, '../api/zulip')): - sys.path.append('../api') + sys.path.insert(0, '../api') from zulip import Client