Skip to content

Commit

Permalink
Merge pull request #366 from buddly27/remove_vendor_libraries_from_sy…
Browse files Browse the repository at this point in the history
…s_path

Remove 'vendorised' libraries from sys path
  • Loading branch information
mottosso authored Mar 21, 2020
2 parents 010c630 + 2aa60e1 commit 1431dd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions pyblish/vendor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
import os
import sys

# Append vendor plugins to PYTHONPATH
sys.path.insert(0, os.path.dirname(__file__))
2 changes: 1 addition & 1 deletion pyblish/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

VERSION_MAJOR = 1
VERSION_MINOR = 8
VERSION_PATCH = 5
VERSION_PATCH = 6

version_info = (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
version = '%i.%i.%i' % version_info
Expand Down

0 comments on commit 1431dd5

Please sign in to comment.