Rewrote svn properties handling script in python. Added more file types.

This commit is contained in:
Jeff Ames
2008-01-26 10:34:49 +00:00
parent 429d14f3e5
commit 20215c3d30
62 changed files with 2447 additions and 2341 deletions

View File

@@ -1,8 +1,8 @@
default
{
state_entry()
{
string test = llBase64ToString("U2VjcmV0Ok9wZW4=");
llOwnerSay(test);
}
}
default
{
state_entry()
{
string test = llBase64ToString("U2VjcmV0Ok9wZW4=");
llOwnerSay(test);
}
}