Removed silly print.
This commit is contained in:
parent
d41eea05f4
commit
f1728713cc
|
@ -353,7 +353,6 @@ class PythonIDE(Wapplication.Application):
|
|||
def domenu_openpackagemanager(self):
|
||||
import PackageManager
|
||||
PackageManager.PackageBrowser()
|
||||
print "Done"
|
||||
|
||||
def makehelpmenu(self):
|
||||
docs = self.installdocumentation()
|
||||
|
|
Loading…
Reference in New Issue