tooling update

This commit is contained in:
Rasmus Andersson 2019-01-01 21:47:16 -07:00
parent d5165bc671
commit 2b53ffc2fb
4 changed files with 9 additions and 17 deletions

View file

@ -3,8 +3,6 @@
#
# Updates the "?v=x" in docs/inter-ui.css
#
from __future__ import print_function
import os, sys
from os.path import dirname, basename, abspath, relpath, join as pjoin
sys.path.append(abspath(pjoin(dirname(__file__), 'tools')))