Mercurial > hg > pyloader
annotate tests/include.ini @ 92:36f5d31c3ed6
partial upgrade to py3.7
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 10 May 2020 14:43:00 -0700 |
parents | 7fdd934855bf |
children |
rev | line source |
---|---|
89 | 1 # How to include files? |
2 # perhaps: | |
3 | |
4 [include:%(here)s/included.ini] | |
5 | |
6 # or | |
7 | |
8 [:include:%(here)s/included.ini] | |
9 | |
10 # or | |
11 | |
12 [::include:%(here)s/included.ini] | |
13 # (I lean towards this one) | |
14 | |
15 [include::%(here)s/included.ini] | |
16 | |
17 # or | |
18 | |
19 [#include:%(here)s/included.ini] | |
20 # (assuming this is even legal) | |
21 | |
22 # and for decorators | |
23 | |
24 [include:@:host=negativelee.com:%(here)s/included.ini] | |
25 | |
26 # (etc) |