home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2011 November
/
CHIP_2011_11.iso
/
Programy
/
Narzedzia
/
Inkscape
/
Inkscape-0.48.2-1-win32.exe
/
share
/
extensions
/
text_uppercase.py
< prev
next >
Wrap
Text File
|
2011-07-08
|
180b
|
9 lines
import chardataeffect, inkex, string
class C(chardataeffect.CharDataEffect):
def process_chardata(self,text, line=False, par=False):
return text.upper()
c = C()
c.affect()