diff --git a/pythonrewrite/bin/test.complete.CryptoBox.py b/pythonrewrite/bin/test.complete.CryptoBox.py index cdaeb50..081e5b0 100755 --- a/pythonrewrite/bin/test.complete.CryptoBox.py +++ b/pythonrewrite/bin/test.complete.CryptoBox.py @@ -17,8 +17,8 @@ def main(): cb = CryptoBoxProps() print "Confguration:" - print "\tConfig file:\t\t%s" % (cb.cbxPrefs.filename, ) - print "\tAllowed devices:\t%s" % (cb.cbxPrefs["Main"]["AllowedDevices"], ) + print "\tConfig file:\t\t%s" % (cb.prefs.prefs.filename, ) + print "\tAllowed devices:\t%s" % (cb.prefs["Main"]["AllowedDevices"], ) """for e in cb.getContainerList(filterType=CryptoBoxContainer.Types["luks"]):""" for e in cb.getContainerList():