home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maximum CD 2010 January
/
maximum-cd-2010-01.iso
/
DiscContents
/
gimp-2.6.7-i686-setup.exe
/
{app}
/
lib
/
gimp
/
2.0
/
python
/
gimpplugin,1.pyc
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Compiled Bytecode
|
2009-08-14
|
1.4 KB
|
33 lines
# Source Generated with Decompyle++
# File: in.pyc (Python 2.6)
import gimp
class plugin:
def start(self):
gimp.main(self.init, self.quit, self.query, self._run)
def init(self):
pass
def quit(self):
pass
def query(self):
pass
def _run(self, name, params):
if hasattr(self, name):
return apply(getattr(self, name), params)
raise AttributeError, name
if __name__ == '__main__':
plugin().start()