Changeset 810
- Timestamp:
- Jan 8, 2010, 11:02:22 AM (15 years ago)
- Location:
- vanHelsing/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
vanHelsing/trunk/Makefile
r772 r810 18 18 rm bacula 19 19 20 21 ## bacula library wrapper 22 clib: 23 python setup.py --prefix ./build 24 20 25 ## make bacula_client libraries 21 26 .PHONY: bacula -
vanHelsing/trunk/bconsole.py
r777 r810 147 147 port = 9101 148 148 149 print sys.path149 # print sys.path 150 150 151 151 console = Console(host, port)
Note:
See TracChangeset
for help on using the changeset viewer.