summaryrefslogtreecommitdiffstats
path: root/testsuite/Testlib
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-24 11:13:05 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-24 11:13:05 -0400
commitd3548bd56110052f2d46ad664190a05391b5062b (patch)
tree76102a6215a599e88b0e17836f09e406695a56e3 /testsuite/Testlib
parent3956133f14f9d832a665a7fb5f42d3f299d325d3 (diff)
downloadbcfg2-d3548bd56110052f2d46ad664190a05391b5062b.tar.gz
bcfg2-d3548bd56110052f2d46ad664190a05391b5062b.tar.bz2
bcfg2-d3548bd56110052f2d46ad664190a05391b5062b.zip
TemplateHelper: removed support for host- and group-specific helpers
Supporting these was basically impossible due to the way Python handles bytecode compilation. For instance, 'foo.py.G10_bar' would be compiled to foo.py.G10_barc, which is then indistinguishable from a helper for the group "barc" (or, rather, a _broken_ helper for that group, since a bytecode-compiled module cannot be imported successfully). There's no performance gain from specific helpers anyway -- they all get imported -- so I removed this functionality.
Diffstat (limited to 'testsuite/Testlib')
0 files changed, 0 insertions, 0 deletions