cosmeticados

This commit is contained in:
Miroslav Stampar 2010-11-30 14:48:13 +00:00
parent 47a7708950
commit fcdebbd55f

View File

@ -64,6 +64,7 @@ def __selectInjection():
if len(points) == 1:
kb.injection = kb.injections[0]
elif len(points) > 1:
message = "there were multiple injection points, please select "
message += "the one to use for following injections:\n"
@ -119,6 +120,8 @@ def __showInjections():
for inj in kb.injections:
data += __formatInjection(inj)
data = data.rstrip("\n")
dumper.technic(header, data)
def __saveToSessionFile():