Mercurial > hg > pyloader
diff tests/include.ini @ 89:7fdd934855bf
needs a bit more thought
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Fri, 21 Mar 2014 23:04:01 -0700 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/include.ini Fri Mar 21 23:04:01 2014 -0700 @@ -0,0 +1,26 @@ +# How to include files? +# perhaps: + +[include:%(here)s/included.ini] + +# or + +[:include:%(here)s/included.ini] + +# or + +[::include:%(here)s/included.ini] +# (I lean towards this one) + +[include::%(here)s/included.ini] + +# or + +[#include:%(here)s/included.ini] +# (assuming this is even legal) + +# and for decorators + +[include:@:host=negativelee.com:%(here)s/included.ini] + +# (etc) \ No newline at end of file