Commit 8599ebd3 authored by Marcello Golfieri's avatar Marcello Golfieri
Browse files

removed lib path to simplify execution of wgcli.py

parent 873b59c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ nbproject/

.DS_Store
.cache
*.bak

*.key
*.ini
+3 −3
Original line number Diff line number Diff line
@@ -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
```
+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

Loading