Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29fe4dd commit 4b0d67dCopy full SHA for 4b0d67d
1 file changed
Tools/pynche/TypeinViewer.py
@@ -9,7 +9,7 @@ def __init__(self, parent=None, **kw):
9
)
10
self.defineoptions(kw, options)
11
12
- Pmw.MegaWidget.__init__(self,parent)
+ Pmw.MegaWidget.__init__(self, parent)
13
interiorarg = (self.interior(),)
14
15
# create the x, y, and z label
0 commit comments