Use auto-start functionality of aetools.TalkTo and aetools.Error for

server-generated errors.
This commit is contained in:
Jack Jansen 1996-09-20 15:30:52 +00:00
parent 977fbf271e
commit b9e5e14158
2 changed files with 4 additions and 14 deletions

View file

@ -70,10 +70,8 @@ project_files = {}
def hexbincwprojects(creator):
"""Compact and hexbin all files remembered with a given creator"""
print 'Please start project mgr with signature', creator,'-'
sys.stdin.readline()
try:
mgr = MwShell(creator)
mgr = MwShell(creator, start=1)
except 'foo':
print 'Not handled:', creator
return