Changeset 810 for vanHelsing/trunk


Ignore:
Timestamp:
Jan 8, 2010, 11:02:22 AM (14 years ago)
Author:
hmueller
Message:

bacula_repo removed

Location:
vanHelsing/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vanHelsing/trunk/Makefile

    r772 r810  
    1818        rm bacula
    1919       
     20
     21## bacula library wrapper
     22clib:
     23    python setup.py --prefix ./build
     24
    2025## make bacula_client libraries
    2126.PHONY: bacula
  • vanHelsing/trunk/bconsole.py

    r777 r810  
    147147        port = 9101
    148148
    149     print sys.path
     149#    print sys.path
    150150
    151151    console = Console(host, port)
Note: See TracChangeset for help on using the changeset viewer.