Mercurial > hg > pyloader
view 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 |
line wrap: on
line source
# 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)