Thing that finds/updates version strings
Methods
|
|
editVersion
fromString
|
|
editVersion
|
editVersion (
self,
text,
posn,
old,
new,
write,
filename,
)
Exceptions
|
|
ValueError("Couldn't find %r or %r in %s" %( old, new, filename ) )
|
|
|
fromString
|
fromString ( klass, text )
ZConfig constructor for Match operator
Exceptions
|
|
ValueError( "No match string defined in %r" % text )
ValueError( "Too many match strings in %r" % args )
|
|
|