Changeset 1131

Show
Ignore:
Timestamp:
12/08/07 13:41:40
Author:
rsz
Message:

cleanup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • HTTP/XML.lua

    r1130 r1131  
    3939local string = require( 'string' ) 
    4040 
     41local assert = assert 
    4142local getmetatable = getmetatable 
     43local pairs = pairs 
    4244local setmetatable = setmetatable 
     45local tonumber = tonumber 
    4346local tostring = tostring 
    44 local assert = assert 
     47local type = type 
    4548local unpack = unpack 
    46 local type = type 
    47 local pairs = pairs 
    48 local tonumber = tonumber 
    4949 
    5050--------------------------------------------------------------------------------