Commit 45d4b96b authored by Bram Schoenmakers's avatar Bram Schoenmakers

Restructure the repository, distinguish library files from clients.

parent 40f02d4f
......@@ -19,6 +19,7 @@
""" Entry file for the Python todo.txt CLI. """
import sys
sys.path.append('../lib')
from AddCommand import AddCommand
from AppendCommand import AppendCommand
......
#!/bin/bash
export PYTHONPATH=..
export PYTHONPATH=../lib
if [ -n "$1" ]; then
TESTS=$1
......
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