Commit 7d21a483 authored by Paul Bonser's avatar Paul Bonser

Add back definition of BASE_DIR accidentally removed before

parent 765b22b5
...@@ -33,6 +33,8 @@ import os.path ...@@ -33,6 +33,8 @@ import os.path
import sys import sys
import shutil import shutil
BASE_DIR = os.path.realpath(os.path.abspath(os.path.dirname(__file__)))
from pycam import VERSION from pycam import VERSION
WINDOWS_START_SCRIPT = os.path.join("scripts", "pycam-loader.py") WINDOWS_START_SCRIPT = os.path.join("scripts", "pycam-loader.py")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment