Loading .gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ nbproject/ .DS_Store .cache *.bak *.key *.ini Loading README.md +3 −3 Original line number Diff line number Diff line Loading @@ -17,10 +17,10 @@ Marcello Golfieri # Running ``` PYTHONPATH=./lib python wgcli.py python wgcli.py ``` # Testing ``` cd tests/ PYTHONPATH=../lib python -m unittest workgroups_test python -m unittest workgroups_test ``` lib/srcc/__init__.py→srcc/__init__.py +0 −0 File moved. lib/srcc/utils/__init__.py→srcc/utils/__init__.py +0 −0 File moved. lib/srcc/utils/workgroup.py→srcc/utils/workgroup.py +0 −0 File moved. View file Loading
.gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ nbproject/ .DS_Store .cache *.bak *.key *.ini Loading
README.md +3 −3 Original line number Diff line number Diff line Loading @@ -17,10 +17,10 @@ Marcello Golfieri # Running ``` PYTHONPATH=./lib python wgcli.py python wgcli.py ``` # Testing ``` cd tests/ PYTHONPATH=../lib python -m unittest workgroups_test python -m unittest workgroups_test ```