X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=mudpy%2Fdata.py;h=be88d6530dd7d3888f8dadfb8a63de3406fff70b;hb=8a903d4a3899982b281ca33ee9c131b2fd9ef04d;hp=637104598974b8aa80f8c22ffc60dc55f2926c8d;hpb=7dcd8a59f035d8762dc028e7062de2883b1c89c2;p=mudpy.git diff --git a/mudpy/data.py b/mudpy/data.py index 6371045..be88d65 100644 --- a/mudpy/data.py +++ b/mudpy/data.py @@ -74,13 +74,7 @@ class Data: includes = [] for node in list(self.data): if node == "_load": - for included in self.data["_load"]: - included = find_file( - included, - relative=self.source, - universe=self.universe) - if included not in includes: - includes.append(included) + includes += self.data["_load"] continue if node.startswith("_"): continue