Cleaned up more code, broke LocationEditor into its own file
svn: r475
This commit is contained in:
@@ -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,'<','<')
|
||||
|
Reference in New Issue
Block a user