webmcp

changeset 89:24ed2cd053aa

Bugfix for :get_current() methods in atom library (missing import of "os" functions)
author jbe
date Tue Aug 21 00:55:26 2012 +0200 (2012-08-21)
parents c743d80859cf
children bdebade717d3
files libraries/atom/atom.lua
line diff
     1.1 --- a/libraries/atom/atom.lua	Fri Jul 06 12:54:26 2012 +0200
     1.2 +++ b/libraries/atom/atom.lua	Tue Aug 21 00:55:26 2012 +0200
     1.3 @@ -20,6 +20,7 @@
     1.4  local type           = type
     1.5  
     1.6  local math      = math
     1.7 +local os        = os
     1.8  local string    = string
     1.9  local table     = table
    1.10  

Impressum / About Us