X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=sample%2F__init__.mpy;fp=sample%2F__init__.mpy;h=b66fbca136c00579b3a8d4b175814121bbc18d30;hp=4dd2e2b12562022aa97b33195de051c2c2e0c1cd;hb=84f2fa2376d2202d09fea78e499fc644454a79ba;hpb=4c837dca8fc1c1c2a1e6cd3e86916b6df89a6894 diff --git a/sample/__init__.mpy b/sample/__init__.mpy index 4dd2e2b..b66fbca 100644 --- a/sample/__init__.mpy +++ b/sample/__init__.mpy @@ -1,8 +1,8 @@ -# Copyright (c) 2004-2010 Jeremy Stanley . Permission +# Copyright (c) 2004-2014 Jeremy Stanley . Permission # to use, copy, modify, and distribute this software is granted under # terms provided in the LICENSE file distributed with this software. [__control__] -include_files = [ "location.mpy", "prop.mpy" ] +include_files = [ "area.mpy", "prop.mpy" ] read_only = yes