test fixed

This commit is contained in:
lars 2006-09-14 15:55:55 +00:00
parent de3280806f
commit 35737da625

View file

@ -17,8 +17,8 @@ def main():
cb = CryptoBoxProps() cb = CryptoBoxProps()
print "Confguration:" print "Confguration:"
print "\tConfig file:\t\t%s" % (cb.cbxPrefs.filename, ) print "\tConfig file:\t\t%s" % (cb.prefs.prefs.filename, )
print "\tAllowed devices:\t%s" % (cb.cbxPrefs["Main"]["AllowedDevices"], ) print "\tAllowed devices:\t%s" % (cb.prefs["Main"]["AllowedDevices"], )
"""for e in cb.getContainerList(filterType=CryptoBoxContainer.Types["luks"]):""" """for e in cb.getContainerList(filterType=CryptoBoxContainer.Types["luks"]):"""
for e in cb.getContainerList(): for e in cb.getContainerList():