Entropy/Spritz:
- remove debugging stuff pulled in by the previous commit git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2323 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -1102,10 +1102,6 @@ class SpritzApplication(SpritzController,SpritzGUI):
|
||||
fn = packages_install[0]
|
||||
self.on_installPackageItem_activate(None,fn)
|
||||
|
||||
# input_parameters: [('identifier 1','input text 1',input_verification_callback,False), ('password','Password',input_verification_callback,True)]
|
||||
def t(s):
|
||||
return True
|
||||
print self.Equo.inputBox("Test title", [('myuser','Username',t,False),('mypass','Password',t,True)])
|
||||
|
||||
def setupPreferences(self):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user