modül içerisinde doğrudan yazdırmamak gerekiyor. Test etmek için

unittest'ler kullanılmalı...
This commit is contained in:
Barış Metin
2005-06-21 13:28:10 +00:00
parent 0eed8f10db
commit 0627617632
-1
View File
@@ -10,7 +10,6 @@ import util
util.check_dir(ctx.db_dir())
d = shelve.open(ctx.db_dir() + '/install.bdb')
print 'installdb:', ctx.db_dir() + '/install.bdb'
files_dir = ctx.archives_dir() + "/files"
class InstallDBError(Exception):