Fixed minor breakage due to code cleanup.

This commit is contained in:
Bob Lantz
2010-05-07 01:15:41 -07:00
parent e3f6ecca97
commit c26875cb55
3 changed files with 2 additions and 2 deletions
+1
View File
@@ -592,6 +592,7 @@ class MiniEdit( Frame ):
def start( self ):
"Start network."
if self.net is None:
self.net = self.build()
self.net.start()
def stop( self ):