pip3 version

This commit is contained in:
ingvar1995 2016-07-06 16:25:04 +03:00
parent 1c788a73c6
commit 8672c5fb56
1301 changed files with 130 additions and 81 deletions

8
toxygen/__init__.py Normal file
View file

@ -0,0 +1,8 @@
import os
import sys
path = os.path.dirname(os.path.realpath(__file__)) # curr dir
sys.path.insert(0, os.path.join(path, 'styles'))
sys.path.insert(0, os.path.join(path, 'plugins'))
sys.path.insert(0, path)