Remove luci.cutil: does not affect performance
[project/luci.git] / libs / core / luasrc / init.lua
index ce52d0a..2eacc6c 100644 (file)
@@ -23,7 +23,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 ]]--
-module("luci", package.seeall)
+module "luci"
 
-__version__ = "0.5"
+__version__ = "0.9"
 __appname__ = "LuCI"