Skip to content

Commit

Permalink
Add back definition of BASE_DIR accidentally removed before
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Bonser committed Jan 26, 2012
1 parent 765b22b commit 7d21a48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -33,6 +33,8 @@
import sys
import shutil

BASE_DIR = os.path.realpath(os.path.abspath(os.path.dirname(__file__)))

from pycam import VERSION

WINDOWS_START_SCRIPT = os.path.join("scripts", "pycam-loader.py")
Expand Down

0 comments on commit 7d21a48

Please sign in to comment.