1
0

remove forgotten imports and print statements

This commit is contained in:
ThomasV
2016-06-24 23:14:07 +02:00
parent e7d25faf02
commit c313c3c340
3 changed files with 0 additions and 4 deletions

View File

@@ -85,11 +85,9 @@ def wizard_dialog(func):
try:
out = func(*args, **kwargs)
except GoBack:
print "go back"
wizard.go_back()
return
except UserCancelled:
print "usercancelled"
return
#if out is None:
# out = ()