diff options
Diffstat (limited to 'pnote/tools/tool.py')
| -rw-r--r-- | pnote/tools/tool.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pnote/tools/tool.py b/pnote/tools/tool.py index 5aa7901..5764a72 100644 --- a/pnote/tools/tool.py +++ b/pnote/tools/tool.py @@ -6,3 +6,6 @@ class Tool: def run(self, project, args): pass + + def printsubpath(self, subpath): + print("======= "+subpath+" =======") |
