tools v1.4

This commit is contained in:
Apprentice Alf
2010-02-24 14:09:01 +00:00
parent dce51ae232
commit 6fb13373cf
5 changed files with 390 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
#! /usr/bin/python
# vim:ts=4:sw=4:softtabstop=4:smarttab:expandtab
# For use with Topaz Scripts Version 2.3
# For use with Topaz Scripts Version 2.4
class Unbuffered:
def __init__(self, stream):
@@ -243,6 +243,8 @@ class PageParser(object):
'region.h' : (1, 'scalar_number', 0, 0),
'region.w' : (1, 'scalar_number', 0, 0),
'empty_text_region' : (1, 'snippets', 1, 0),
'img' : (1, 'snippets', 1, 0),
'img.x' : (1, 'scalar_number', 0, 0),
'img.y' : (1, 'scalar_number', 0, 0),