moduleapi: Revert previous commit and add comment, it's meant to be this way
authorMatthew Wild <mwild1@gmail.com>
Sat, 29 Sep 2012 16:07:08 +0000 (17:07 +0100)
committerMatthew Wild <mwild1@gmail.com>
Sat, 29 Sep 2012 16:07:08 +0000 (17:07 +0100)
core/moduleapi.lua

index a6bfbd0ffa8d6d5a0dd54e34a595cbbfaddfd1fa..20898fcf1397e6083180e7e047664c8a97e40c80 100644 (file)
@@ -7,7 +7,7 @@
 --
 
 local config = require "core.configmanager";
-local modulemanager = require "core.modulemanager";
+local modulemanager = require "modulemanager"; -- This is necessary to avoid require loops
 local array = require "util.array";
 local set = require "util.set";
 local logger = require "util.logger";