Cleaned up more code, broke LocationEditor into its own file

svn: r475
This commit is contained in:
Don Allingham
2001-10-16 03:50:33 +00:00
parent ddd3bce7c6
commit a82bcc8eee
9 changed files with 408 additions and 559 deletions

View File

@@ -56,7 +56,7 @@ def sortById(first,second):
#
#-------------------------------------------------------------------------
def fix(line):
l = string.stripline)
l = string.stripline(line)
l = string.replace(l,'&','&')
l = string.replace(l,'>','>')
l = string.replace(l,'<','&lt;')