Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'commands/common.py')
-rw-r--r--commands/common.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/commands/common.py b/commands/common.py
index a5209c2..6b961bd 100644
--- a/commands/common.py
+++ b/commands/common.py
@@ -2,7 +2,6 @@ import os
import sys
base_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
-tests_dir = os.path.join(base_dir, "tests")
sys.path.append(base_dir)
@@ -19,7 +18,6 @@ def setup():
install_dir=install_dir,
source_dir=os.path.join(base_dir, "source"),
build_dir=os.path.join(base_dir, "build"),
- commands_dir=os.path.join(base_dir, "commands"),
state_dir=os.path.join(base_dir, "state"),
prefs_path=os.path.join(base_dir, "prefs"),
logs_dir=logs_dir,