tools v1.3

This commit is contained in:
Apprentice Alf
2010-02-18 19:35:12 +00:00
parent 2819550411
commit dce51ae232
22 changed files with 153 additions and 77 deletions

View File

@@ -1,5 +1,5 @@
#! /usr/bin/python
# For use in Topaz Scripts version 2.2
# For use in Topaz Scripts version 2.3
"""

View File

@@ -1,5 +1,5 @@
#!/usr/bin/python
# For use with Topaz Scripts Version 2.2
# For use with Topaz Scripts Version 2.3
class Unbuffered:
def __init__(self, stream):

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.2
# For use with Topaz Scripts Version 2.3
class Unbuffered:
def __init__(self, stream):

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.2
# For use with Topaz Scripts Version 2.3
import csv
import sys

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.2
# For use with Topaz Scripts Version 2.3
import sys
import csv

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.2
# For use with Topaz Scripts Version 2.3
class Unbuffered:
def __init__(self, stream):

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.2
# For use with Topaz Scripts Version 2.3
class Unbuffered:
def __init__(self, stream):

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.2
# For use with Topaz Scripts Version 2.3
class Unbuffered:
def __init__(self, stream):

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.2
# For use with Topaz Scripts Version 2.3
import csv
import sys

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.2
# For use with Topaz Scripts Version 2.3
import csv
import sys

View File

@@ -1,3 +1,7 @@
Canges in 2.3
- fix for use with non-latin1 based systems (thank you Tedd)
- fixes for out of order tokens in xml
Changes in 2.2
- fix for minor bug in encode_Number from clark nova
- more fixes to handle paths with spaces in them