Thanks for this. Although you have an error in the github repo. :) $ git diff diff --git a/project/lib/project.py b/project/lib/project.py index 20da7ee..b0b4e68 100644 --- a/project/lib/project.py +++ b/project/lib/project.py
$ git diff diff --git a/project/lib/project.py b/project/lib/project.py index 20da7ee..b0b4e68 100644 --- a/project/lib/project.py +++ b/project/lib/project.py
+from process import Process, ProcessException
class Project:
Cheers!
Thanks for this. Although you have an error in the github repo. :)
$ git diff diff --git a/project/lib/project.py b/project/lib/project.py index 20da7ee..b0b4e68 100644 --- a/project/lib/project.py +++ b/project/lib/project.py
@@ -1,4 +1,4 @@
+from process import Process, ProcessException
class Project:
Cheers!