Text API: make text.current_line_index writable

use for setting the text position when writing system info.
This commit is contained in:
2014-01-05 01:24:10 +11:00
parent 0a3ce15ce3
commit f25dbe320f
2 changed files with 13 additions and 5 deletions

View File

@@ -163,4 +163,6 @@ def write_sysinfo(op):
for l in glext:
output.write("\t\t%r\n" % (l))
output.current_line_index = 0
op.report({'INFO'}, "System information generated in 'system-info.txt'")