diff options
| author | 2019-11-10 22:14:10 -0500 | |
|---|---|---|
| committer | 2019-11-10 22:14:10 -0500 | |
| commit | 0c73e982fa596da07f23b377621ab894a9e64884 (patch) | |
| tree | 96f6a40a5656c15a2ec7217a8a1efcff5827bcbb /scripts/util.py | |
| parent | 40f5fe6edef268632d3bc484e85e5b37bad67bff (diff) | |
New upstream version 1.11.1upstream/1.11.1
Diffstat (limited to 'scripts/util.py')
| -rw-r--r-- | scripts/util.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/util.py b/scripts/util.py deleted file mode 100644 index bfbd6cb..0000000 --- a/scripts/util.py +++ /dev/null @@ -1,11 +0,0 @@ -# -*- coding: utf-8 -*- - -import sys -import os.path - -ROOTDIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) -sys.path.insert(0, os.path.realpath(ROOTDIR)) - - -def path(*segments, join=os.path.join): - return join(ROOTDIR, *segments) |
