Removed silly print.

This commit is contained in:
Jack Jansen 2003-02-28 15:18:59 +00:00
parent d41eea05f4
commit f1728713cc
1 changed files with 0 additions and 1 deletions

View File

@ -353,7 +353,6 @@ class PythonIDE(Wapplication.Application):
def domenu_openpackagemanager(self):
import PackageManager
PackageManager.PackageBrowser()
print "Done"
def makehelpmenu(self):
docs = self.installdocumentation()