# HG changeset patch # User jbe # Date 1345503326 -7200 # Node ID 24ed2cd053aa12a50290b7e810181d8497ff76fb # Parent c743d80859cf997d1d8d505d5fa7ccb4e90346b0 Bugfix for :get_current() methods in atom library (missing import of "os" functions) diff -r c743d80859cf -r 24ed2cd053aa libraries/atom/atom.lua --- a/libraries/atom/atom.lua Fri Jul 06 12:54:26 2012 +0200 +++ b/libraries/atom/atom.lua Tue Aug 21 00:55:26 2012 +0200 @@ -20,6 +20,7 @@ local type = type local math = math +local os = os local string = string local table = table